Remove down arrow on active page

Discussion in 'BlackBird WordPress Theme' started by mikeedgley, May 21, 2016.

  1. mikeedgley

    mikeedgley New Member

    Joined:
    May 17, 2013
    Messages:
    2
    Likes Received:
    0
    Hi,

    Is there a way to remove the arrow pointing down when on the page? In this example, the homepage.
    [​IMG]

    www.docklandschiropractic.com.au

    Thanks very much
    Mike
     
  2. priya

    priya Guest

    Hi, Mike..

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu li.current-menu-item a, #menu li.current_page_item a, #menu li a.selected, #menu li a:hover {
        background: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page