Navigation Hover Color

Discussion in 'ColorWay WordPress Theme' started by 1stopnonprofitshop, Mar 31, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Can I change the color when you hover over the navigation?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li a:hover {
        background: black;
    }
    Note: Change the color as per your interest..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    That worked. The only thing is the item on the navigation bar that is clicked stays purple...how do I change that color?
     
  4. priya

    priya Guest

    Hello,

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    theme1.1stopnonprofitshop.com.

    I want to change the color on the navigation bar that is highlighted when you are on that page.
     

    Attached Files:

  6. priya

    priya Guest

    Hello,

    For that, code is given below..
    Code:
    #menu li.current_page_item a {
        background: red;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page