Forums
Home / Theme: Customizr / Transparent Menu Bar,Nav Bar, and Logo over Slider
(@macmanpro94)
10 years, 9 months ago
I am attempting to create a transparent menu bar, Nav Bar, and Logo over my main page’s slider, similar to the design of this site: but, I have been unsuccessful so far. I am new to CSS and HTML, so any advice would be appreciated! Thank you!
Sorry, link to the side didn’t work. It was https://www.macrotive.com
(@d4z_c0nf)
For example
.home .tc-header.clearfix{ position: absolute; background: none; border: none; } .home .navbar .navbar-inner { box-shadow: none; background: none; }
This will put header over the slider and will remove the background+boxshadow+borders in your home. For further css adjustments: https://www.themesandco.com/customizr/guide-css-html-customizr-wordpress-theme/ https://www.themesandco.com/customizr/css-glossary-for-the-customizr-wordpress-theme/ https://www.themesandco.com/snippet/firebug-best-spent-6-minutes/
Perfect! I definitely overthought that one. Thank you very much!
You’re welcome ??
(@pastelonso)
Thank you so much! it helped me a lot!