Okay
  Public Ticket #2396312
Navigation Menu Buttons
Closed

Comments

  •  1
    jordanorich started the conversation

    Hello and thanks in advance.

    Is it possible to target and style (via custom css) individual navigation menu items? For example, our main CTA button in our main navigation - "Contact Us" uses the "Button Accent Color" menu item style. But I would like to alter it and make it's padding larger. Is this possible? Thanks!

  •  3,021
    Andrew replied

    Hi jordanorich,

    Please share a link to your website so that we send possible custom css.

    Thanks.

  •   jordanorich replied privately
  •  3,021
    Andrew replied

    Hi jordanorich,

    Try the following custom css:

    #header-outer[data-header-button_style="shadow_hover_scale"] #top nav >ul >li[class*="button_solid_color"] >a:before {
        padding: 10px;
    }
    

    Hope this helps.