Okay
  Public Ticket #3790927
how change Color of Title
Closed

Comments

  • dbuettner started the conversation

    Hi

    I'm working on my site and can't find how I can change the color of the website title (see attached screenshot).

    Thanks and greetings from Zurich

    Dominic



    Attached files:  hanmerfilm_screen.jpg

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #header-outer #top #logo, #header-outer.transparent.dark-slide > #top #logo{
        color: #c4ff23 !important;
    }
    
    

    Thanks


    ThemeNectar Support Team 

  • dbuettner replied

    thanks, this worked fine.

    regards Dominic