Menu bar

This topic contains 4 replies, has 2 voices, and was last updated by  ab-themes 7 years, 9 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17745

    Advantage
    Participant

    I want to add some shading/color behind the menu bar. It is hard to see the menu items on top of the video slider. How can I adjust the menu background color?

    #17753

    ab-themes
    Keymaster

    Hello,

    please open your style.css file
    (you can find it here \wp-content\themes\revelance\style.css)

    and on the line 682 you have this code:

    #abdev_main_header.menu_over_slider {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    Change background: none; in color that you like :)

    Let us know if you need anything else.

    Kind regards

    #17762

    Advantage
    Participant

    Thank you. How would i set its opacity?

    #17764

    Advantage
    Participant

    I made the change and it didnt do anything. i confirmed the code is changed:

    i changed none to #DCDCDC

    #17769

    ab-themes
    Keymaster

    Hi,

    as we see background color is changed and its set to #DCDCDC (look at the picture in attachment), maybe you just need to clear your cache.

    If you want to set opacity, in same code just add for example opacity: 0.5;.

    You can read more about that here:

    http://www.w3schools.com/css/css_image_transparency.asp

    Cheers

    • This reply was modified 7 years, 9 months ago by  ab-themes.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Menu bar’ is closed to new replies.