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

    Is there some Quick CSS I can enter to customise the color of the background & bottom 1px border of the header menu when it is in transparent mode?

    Many thanks,
    Mike

    #339127

    Hey pandorastocks!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_header_transparency nav.main_menu {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    }

    if that does not work, please post a screenshot and show the changes you would like to make

    Best regards,
    Yigit

    #339422

    Thank you Yigit, although I think I did not explain well enough the part of the header I wanted to change color. I will try again…

    It’s not the menu I want to change the color of, it is the *whole* header background and 1px line bottom border. Is this possible?

    Thanks,
    Mike

    #339544

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av_header_glassy.av_header_transparency #header_main {
    border-color: rgba(255,0,255,0.25);
    background-color: rgba(0,0,0,0.5);
    }

    0,0,0 is the RGB value of the color and 0.5 is opacity level

    Regards,
    Yigit

    #339969

    Perfect, thank you Yigit :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing background & bottom border color on transparent header’ is closed to new replies.