Custom Menu Problem

Discussion in 'GoldenEagle WordPress Theme' started by tantanesa, Mar 4, 2013.

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

    tantanesa New Member

    Joined:
    Feb 20, 2013
    Messages:
    3
    Likes Received:
    0
    I have a problem when creating a custom menu from the pathway “Appearance – Menus”. When I create a New Menu, the changes do not update on the web site.

    Also, I would like to change the color of the text on the menu to:
    For all pages: bfbfbf
    For current page: 79be3d
    On hover: CFB5D2

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Appearance > Menus and make sure that you have selected the main menu after adding the new menu.

    Sending image for reference

    [​IMG]



    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu li.current_page_item a{
    color:#79be3d;
    }
    #menu li a{
    color:#bfbfbf;
    }
    #menu li a:hover{
    color:#CFB5D2;
    }
     
  3. tantanesa

    tantanesa New Member

    Joined:
    Feb 20, 2013
    Messages:
    3
    Likes Received:
    0
    Thank you. Problem solved!
     
Thread Status:
Not open for further replies.

Share This Page