Sub Menu Color

Discussion in 'Cloriato WordPress Theme' started by jessicalynn83, May 28, 2014.

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

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Hello!

    I'd like to change the color of the thin bar over the sub-menu of my navigation menu. I've done it before, but for the life of me, I can't find the CSS code from the forums that I used to change it.

    I've included a screenshot, which I hope helps.

    Many thanks!
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    It is an image you can edit it from
    cloriatotheme\images\menuline.png
    Edit this image with the help of Photoshop or any other image editing tool.
    But keep name same after editing.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Nitesh,

    Darn. I could have sworn I changed it with CSS code. I try to only alter the original files as a last resort, but if I can't figure it out, I'll come back here and use the Photoshop technique.

    Thanks,
    Jessie
     
  4. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Nitesh,

    For feature reference I was able to sort out the color issue in the child menu by using the Editor function.

    I went to Appearance > Editor > Stylesheet (style.css) and changed the following code:

    Code:
    #menu li li li:first-child {
        border-radius:0 5px 0 0;
        -moz-border-radius:0 5px 0 0;
        -khtml-border-radius:0 5px 0 0;
        border-top:1px solid #b39759;
    }
    
    Changing the color code #b397959 to my desired color, #59317d solved the issue. No Photoshop needed!

    - Jessie
     
  5. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Nitesh,

    I had to wait for my web service provider's cache to roll over, but the sub menu is now the proper color. If you'd like to mark the issue as closed, it's now solved.

    - Jessie
     
Thread Status:
Not open for further replies.

Share This Page