Menu page highlighted

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by designstouch, Nov 13, 2015.

Thread Status:
Not open for further replies.
  1. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    ·
    How can I make subordinate page the title of the page be highlighted in the top menu bar so the visitor knows where they are? The current menu bar has just the hover over color change I would like to make the menu tab green when they click and visit the page.

    T Thank you!
    pl
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Could you please provide us URl of your site so that we can assist you accordingly?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sf-menu ul li a:hover {
        background: #399658 !important;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Nitin,

    That solve one problem the drop down menu.

    How to make menu background green when visitor is the clicked page. In the current website when you click on "lets say RESERVATION page the reservation menu tab remain the same as blue How can We make in green when visitor is the reservation page. Hope this make sence.

    Thank you!
     
  6. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sf-menu li.current_page_item a {
        background: #008000 !important;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  7. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page