This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #129205
     lucasmarstonmusic
    Participant

    I’m trying to change the colour of the text in the very top menu “Home, About, Contact….”

    I have literally tried to change every single Text Color in the Customize section and nothing will change the color of this text. What am I missing here?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #129213
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .header-color.social-header {
        background-color: yellow;
    }
     
    .header-color .top-menu li > a, .header-color #top-social li a {
        font-family: monospace;
        color: red;
    }
    

    Replace with your desired color

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?