[Resolved] Elements – secondary menu

Home Forums Support [Resolved] Elements – secondary menu

Home Forums Support Elements – secondary menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1468184
    Royal Rangers

    Hi, how I can change a color in secondary menu on specific page? I try creat a hook – generate inside secondary navigation and insert:
    <style>
    .main-navigation .main-nav ul ul ul li a {
    background-color: #000;
    color: #ffffff;
    }
    </style>

    Doesn´t work. Whats wrong?

    #1468194
    Elvin
    Staff
    Customer Support

    Hi Jan,

    To clarify, I believe you’re trying to change the color of the social icon links?

    If so, the correct CSS selector for it is .secondary-navigation .main-nav ul li a.

    You can try this out.

    .secondary-navigation .main-nav ul li a {
    background-color: #000;
    color: #ffffff;
    }
    #1468195
    Royal Rangers

    Oh, I didn´t change main to secondary. Sorry 🙂

    #1468199
    Elvin
    Staff
    Customer Support

    Oh, I didn´t change main to secondary. Sorry 🙂

    have you solved it? Let us know how it goes.

    #1468202
    Royal Rangers

    Yes. It´s work.

    #1468204
    Elvin
    Staff
    Customer Support

    Yes. It´s work.

    Nice one. Good to know. 🙂

    Feel free to open up a new topic if you have any other questions.

    Have a great day. 😀

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