Colored Background on Home Button Looks Weird

Discussion in 'Squirrel WordPress Theme' started by 1stopnonprofitshop, May 16, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0

    Attached Files:

  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom field of your dashboard.
    Code:
    #menu li.current-menu-item a, #menu li.current_page_item a, #menu li a:hover {
        background-color: #373737;
    }
    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's not exactly what I want. This code takes away the white background around the current page you are on. I still want the white background around the current page you are on...it's just showing up odd when on the "Home" page...so I want to see if that can be corrected.
     
  4. priya

    priya Guest

    Hi,

    Please use below code..
    Code:
    #menu li a {
        float: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page