Sign in

Change text color on logo field

  • This topic has 2 replies, 2 voices, and was last updated 2 months, 2 weeks ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9625
    Avatar photocarlosdasilva

    Sorry for my question which may be stupid but I can’t solve it
    Theme used: Persona free
    System: Windows 10
    Problem changing color of Logo field
    I need to change the color of the logo field. The logo in my case does not exist is the name of the site that will be displayed I think in the various fonts that everyone has on their computer. How do I make it Blue or red in color? If I change in the theme the color of the text does not correct it always remains black. Is there any simple solution without putting hands on the code or if I have to do it is it a simple thing? Can anyone suggest me an example? I don’t want to use an image file for the logo
    Thanks

     

    #9626
    Avatar photoprivii

    In Theme > Settings the color that affects it is Dark. If you change that, the logo text color should change.

    But it would also change a few other things. So if you only want to change the logo text color, you can use custom CSS.

    Go to Tools & Plugins > Custom CSS and paste in this:

    .logo {
     color: blue !important;   
    }

    Replace blue with the color hex code you want.

    #9628
    Avatar photocarlosdasilva

    Thanks done and it works great
    I think though when I do an eventual theme update I need to remember to remodify it. Is this correct?
    I need to learn use of the overdrive file so that the update does not take me too much work also in view of other small changes.
    Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.