Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #555007

    I am trying to change the text colour for
    “Shop | Cart | Checkout”
    in the top bar of the page to the same colour as the main menu text.
    I applied this CSS and while it did change the text size it dod not change the colour.
    Note: I do not want to change the colour of the Phone Info text, just the three Woo Commerce page links.

    .av_secondary_right .sub_menu {
    font-size: 14px;
    color: #ff7d95!important;
    }

    #555009

    Hi Denis!

    Please add following code to Quick CSS

    nav.sub_menu a {
        color: #ff7d95!important;
    }

    Best regards,
    Yigit

    #555028

    Hi Yigit, that worked perfectly, thank you.
    You may close this thread.

    I logged another thread yesterday that s quite urgent as I need to finish this site today, I have the link to the thread below in Hidden Content, none of the page in question is responsive and the footer widgets are not responsive on any page.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Menu Colour’ is closed to new replies.