This topic has 15 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #128513
     kjcarleo
    Participant

    Hello is it possible to change the color of the Top Bar independently, both background and text and icons?

    Kevin

    #128539
     Radu
    Moderator

    Hi,

    Please use those 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;
    }
    
    

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #128545
     kjcarleo
    Participant

    Take a look I used your css and it is grey icon on mouseover, and the seperators are also gray. How can I change that?

    #128766
     Radu
    Moderator

    Hi,

    Ddd also this css

    COPY CODE
    
    .header-color .top-menu li > a:hover, .header-color #top-social li a:hover {
    color:red;
    }
    

    Replace red 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
    #129577
     kjcarleo
    Participant

    How can I remove or change the color of the separators?

    You can see in the attached image that they are black…

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

    Hi,

    You can change the color of the separator with this css

    COPY CODE
    
    #top-social li a {
        border-right: 1px solid red !important;
    }
    

    If you want to remove the separators you can do it with this css

    COPY CODE
    
    #top-social li a {
        border-right: 1px solid transparent !important;
    }
    

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #129997
     kjcarleo
    Participant

    Ok THANKS!!! That looks great now!!!

    #130070
     Radu
    Moderator

    Great

    Have a nice week

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #134237
     kjcarleo
    Participant

    Hey sorry to re-open this ticket, but how can I set the same font I have for my pages for the TOP MENU font? I am using “RALEWAY”.

    Kevin

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

    Hi,

    With this css,i’ve already provided in a previews reply

    COPY CODE
    
    .header-color .top-menu li > a, .header-color #top-social li a {
        font-family: "Raleway";
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #134331
     kjcarleo
    Participant

    I just realized the previous post you sent was for the color, not the font – but thanks for the code, it is working now.,

    Kevin

    #134437
     Radu
    Moderator

    Great

    Have a nice week

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #134497
     kjcarleo
    Participant

    One more thing, how can I remove the white bottom border and lines between the items?

    See attached…

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

    Using this css

    COPY CODE
    
    .top-menu li a {
        border: 0 !important;
    }
    

    The css can be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #134842
     kjcarleo
    Participant

    Great that worked like a charm!

    #134999
     Radu
    Moderator

    Great

    Have a nice week

    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 16 posts - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?