where change color for frame between menu items?


Hello,

I will change the color for the frame between menue items in main menue. Please see picture, the yellow arrows. Actual color is dark gray, I will have an other color.

Please tell me, where is the right place to change this color. I tryed to find it, but I'm not successful. :)


Thanky you for helping,
Kind Regards,
Astrophytum


image



Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.

    thanks
  • Hello,

    OK, I will contact you soon, when the site is online.

    Kind Regards,
    Astrophytum
  • Hello,

    the site is online:

    https:\\sandwunder.de

    Next question please, where can I change the color under the pictures, actual gray?


    Kind Regards,
    Astrophytum
  • Hi,
    Paste these codes into Theme Options > Custom CSS & JS > CSS
    1)
    #Top_bar .menu > li > a span{
    border-color:yellow !important;
    }
    2)
    .wp-caption-text{
    background:yellow !important;
    }

    .image_frame{
    border-color:yellow !important;
    }
    Thanks
  • Hello,

    thanky very much for the very quick helping, I will test your code soon.


    Kind Reagrds,
    Astrophytum
  • Hello,

    the code for the menue works very well.

    The code for the picture change the border/frame color, but not the text.

    Please see actua site.

    I will change the color of the picture text below the picture, in the actual yello frame.


    Regards,
    Astrophytum
  • Hello,

    I problem solved!

    .wp-caption-text{
      color:yellow !important;
    }

    Kind Reagrds,
    Astrophytum
Sign In or Register to comment.