Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Hey Guys,
I have one other issue I need some hep with, figured I’d just mention it in this thread.
So I have my main menu items color set to a gray right now.
When I use a Swift Slider, and set the “Slide Styling” to dark (because the image is lighter), it changes the main menu items to black (assuming this is done by default).
Is there some code I can use to set that color to the gray that I’d like to use?
Right after the menu, so at the bottom. Just to add a little more space between the logo/menu icon & the actual website content.
Any way I can add some spacing or padding in there? After the header that is.
Adjusted the code to:
@media only screen and (max-width: 767px) {
#mobile-header {
position: absolute;
background-color: transparent;
border: transparent;
}
}That got rid of the border. Let me know if theres anything wrong with me doing it that way.
Working for the most part, just need to get rid of the border line in the image I’ve attached.
Attachments:
You must be logged in to view attached files.Is this is not a core theme function, to allow the mobile header to be transparent, is there some css that would allow me to do so?
URL is dev.getdrivit.com
Hey Rui,
Maybe I made that a little confusing. I just want a transparent (hero style) mobile header. That’s what I’m looking to accomplish.
I have attached an image to show what I mean. Currently the mobile header is a standard white color. I’d like to make it completely transparent so that the background image is behind the logo.
Attachments:
You must be logged in to view attached files. -
Posted in: We hit Power Elite.