This topic has 3 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #163814
     erictorn
    Participant

    Hi,

    Can not fint where to change color of header. Not in the SwetDate theme?

    Want to change the black

    Want to change the color of the text in header

     

    #163986
     Laura
    Moderator

    Hello, that is the top bar 🙂 You can change it using the following css, just add it to style.css of child theme

    COPY CODE
    
    .top-links {
        background: white !important;
        border: white !important;
        color: red !important;
    }
    .top-links a {
        color: pink !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #164075
     erictorn
    Participant

    Thanks!

    And. Can I put webb colours there as well?

    #164300
     Laura
    Moderator

    Hello, yes 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?