Okay
  Public Ticket #931749
Page Submenu styling
Closed

Comments

  •  2
    ssyddall started the conversation

    When using the "Page Submenu" element I've found there is no way to style individual "Menu Links".

    I tried going into Classic mode and adding styled spans to the Menu Link I wanted to change which worked UNTIL I saved the page in Page Builder mode.  When I saved in Page Builder mode it stripped the span out of the code.

    Is there anyway to style individual Menu Links in the Page Submenu?

    What I'm trying to do is change the text color of the current page in Page Submenu so it's easier to see what page you're on.

    I'm not using a conventional menu as the menu changes according to what page you're on.

    If it's not possible will the ability to add a class to each Menu Link be in a future release of Salient Visual Composer?

  •  8,342
    Tahir replied

    Hey S, 

    Thanks for the Feedback . Unfortunately its not possible at the moment. Though have added it to the Wishlist for upcoming Theme updates. 

    Thanks 


    ThemeNectar Support Team 

  •  47
    Ben replied

    Is there a CSS snippet available for the font weight of the page submenu? I made the links white and the background a dark blue, but the text is still hard to read because it's so light. Or is there a font setting in the typography that I'm not seeing? 

  •  8,342
    Tahir replied

    Hey Ben, 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .page-submenu li a {
        font-weight: bold !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  47
    Ben replied

    Thanks! You are great! Love the theme! :)