Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #796714

    I want to change the menu items in the Header Secondary Menu area to BLUE
    How can I do this?
    Is it possible to do this from the Menus Screen > CSS Classes (optional)??

    #796734

    Hey Mike,

    Please provide a link to the site so we can look into this further.

    Best regards,
    Jordan Shannon

    #796737

    Here’s the link in the private section

    #796749

    Hi,

    So you are wanting the dropdowns background blue instead of white?

    Best regards,
    Jordan Shannon

    #796751

    Actually no, at the very top of our menu, the secondary section, all I want is the text to appear blue

    #796764

    Hi,

    Add the following to quick css:

    #header_meta span, span a, a{
    color:blue !important;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #796850

    Well I added that in, and purged all caches and it did not seem to do the trick.
    Anything else we can try?

    #796937

    Hi,

    Please try this instead:

    #header_meta .sub_menu a {
      color:blue !important;
    }

    If that is not what you are looking for then please post a screenshot of the items you want to appear in blue.

    Best regards,
    Rikard

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