Tagged: border, Header Background
-
AuthorPosts
-
August 21, 2017 at 1:07 am #841803
I have a background image as my header. I am trying to increase the border top & bottom. Can you show me this element
August 21, 2017 at 7:07 am #841877Hey dee804203,
Please try the following in Quick CSS under Enfold->General Styling:
#home { border-top:5px solid red; border-bottom:5px solid red; }If that is not what you are looking for then please please post a screenshot highlighting the changes you would like to make.
Best regards,
RikardAugust 21, 2017 at 7:50 am #841893got it, thanks.
can you tell me the css that will allow me to change the homepage header and meta to transparent on mobile?
August 21, 2017 at 2:51 pm #842028Hi dee804203,
Try this code.
You can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency { background: transparent; position: absolute!important; }}If you need further assistance please let us know.
Best regards,
VictoriaAugust 21, 2017 at 4:24 pm #842074thank you.
lastly, on mobile
how can i make the burger menu slide out (white padding) transparent?
change the phone number and burger menu icons white? (because they are links, there are showing as grey.)
how can i remove the search icon on both desktop and mobile?thank you so much for the help
August 21, 2017 at 7:12 pm #842182*white burger menu on homepage
August 24, 2017 at 12:02 pm #843429Hi,
Please try the following css codes.
.av-burger-overlay-inner, .av-burger-overlay-scroll, #av-burger-menu-ul { background: transparent !important; } .header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after { background-color: #ffffff; } #menu-item-search { color: #ffffff; }Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.
