Remove buttons on menu

Discussion in 'Themia WordPress Theme' started by ddrovdlic, Oct 4, 2013.

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

    ddrovdlic New Member

    Joined:
    May 13, 2013
    Messages:
    19
    Likes Received:
    0
    Is it possible to remove the buttons on the main menu at the top of the page and just have the text links?

    Thanks!
     
  2. ddrovdlic

    ddrovdlic New Member

    Joined:
    May 13, 2013
    Messages:
    19
    Likes Received:
    0
    And can I change the color of the text on that menu?


    Thanks!
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li:hover a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a{
    background:none;
    color:blue!important;
    }
    #menu li{
    background:none;
    }
    #menu li.current-menu-item, #menu li.current-menu-parent, #menu li.current_page_parent, #menu li:hover, #menu li.current_page_item{
    background:none;
    color:blue!important;
    }
    #menu li a{
    background:none;
    color:red;
    }
    
     
  4. ddrovdlic

    ddrovdlic New Member

    Joined:
    May 13, 2013
    Messages:
    19
    Likes Received:
    0
    Thanks!!!
     
Thread Status:
Not open for further replies.

Share This Page