Changing colours of top menu

Discussion in 'BlogsTrend WordPress Theme' started by pinkseagull, Jul 19, 2014.

  1. pinkseagull

    pinkseagull New Member

    Joined:
    May 24, 2014
    Messages:
    9
    Likes Received:
    0
    Hi,

    Please can you give me the CSS to change the following of the top menu please:

    1) Hover colour (currently black)
    2) Remove the red line on the current and hover buttons
    3) Get rid of the black lines that appear between a couple of the page titles on the top menu

    Thank you
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .top_menus .smoothmenu li a:hover, .top_menus li.current-menu-item a, .top_menus li.current-menu-parent a, .top_menus li.current_page_parent a, .top_menus li a.selected, .top_menus li.current-cat a {
    background: red;
    border-top: none;
    }
    .top_menus .smoothmenu li a {
    border-right:none;
    }
     
    In place of "red" you can put your color or color code.
     

Share This Page