custom menu with thumbnail photos wanted

Discussion in 'GoldenEagle WordPress Theme' started by returning glory, Feb 27, 2013.

Thread Status:
Not open for further replies.
  1. returning glory

    returning glory New Member

    Joined:
    Feb 5, 2013
    Messages:
    17
    Likes Received:
    0
    On the following page
    http://www.returningglory.com/the-herd/

    I have a horizontal custom menu, however I would like to have thumbnail pics displayed beside each line. Is this possible, or is this a plug-in I would need to install? Can you recommend which plug in?

    Also, the white box that highlights the sidebar menu title and the pages of the menu below it - can it be erased?
     
  2. Gourav

    Gourav Support Staff

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

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.


    2.For your second issue
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .sidebar ul li a {
    background: none;
    }
    .sidebar ul li {
    background: none;
    }
     
  3. returning glory

    returning glory New Member

    Joined:
    Feb 5, 2013
    Messages:
    17
    Likes Received:
    0
    Thank you Gourav. Second issue: Now the text from the menu (since it is no longer highlighted by a white box) appears a dark grey. Is there a way to change the font color and style of the print in that sidebar menu?

    For reference: http://www.returningglory.com/the-herd/
     
  4. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

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

    Code:
    .sidebar ul li a {
    color: white;
    }
    It will change the color of the text.
     
  5. returning glory

    returning glory New Member

    Joined:
    Feb 5, 2013
    Messages:
    17
    Likes Received:
    0
    you guys are so helpful. thanks. i wish i lived in your world and knew this stuff :)
     
Thread Status:
Not open for further replies.

Share This Page