badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change color of the green bar that has page name on it

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #55948
    cindyssolution
    Participant

    Hi – My client would like the green colored bar that is on his pages to be changed to match his logo color. I know a little CSS but not until I see all the code, can I find how to change it.
    Thank you,
    Cindy Mihalko

    #55949
    anthonymcgowan1
    Participant

    .page-title-wrap {
    background: #hexvalue!important;
    }

    That should do it, you’ll need important probably. Change hexvalue to your html color hex value. Dont forget the hash!

    #55966
    cindyssolution
    Participant

    Thank you Anthony. It worked great. I should have asked about the navigation menu too…the color difference really shows now. What is the css script for that too, please.
    Warm Regards,
    Cindy

    #55971
    cindyssolution
    Participant

    H again,
    I also the need the CSS for changing the menu color too.
    Thank you,
    Cindy

    #55979
    anthonymcgowan1
    Participant

    Try
    .main-navigation .nav-menu li a {
    color: blue!important;
    }
    .main-navigation .nav-menu li a:hover {
    color: grey!important;
    }
    As examples.
    Youll need important again.
    Also dont forget about active, focus etc
    Might need a bit of tweaking there.

    #55988

    @cindyssolution Did you able to change the menu color or not? If not let us know.

    Thank you!

    #55998
    cindyssolution
    Participant

    Yes, I just changed it this morning. Thank you so much.
    Cindy

    #56057

    You are welcome anytime @cindyssolution and thanks for the help @anthonymcgowan1

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