Navigation : Add styling to page name in nav menu.

Home Forums Jevelin Theme Navigation : Add styling to page name in nav menu.

Home Forums Jevelin Theme Navigation : Add styling to page name in nav menu.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • roobinda
    Participant

    How would i go about this? For instance, if I wanted to underline the page the user is on in the nav bar? Or put a box round it, etc.

     

    Many thanks.

    Hi @roobinda,

     

    Thank you for your another question.

     

    You can try achieving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-header .sh-nav > .current_page_item > a, 
    #page-container .sh-header .sh-nav > .current-menu-ancestor > a, 
    #page-container .sh-header-left-side .sh-nav > .current_page_item > a{
     text-decoration: underline;
     }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)