- This topic has 7 replies, 2 voices, and was last updated 3 years, 5 months ago by Skandha.
-
AuthorPosts
-
April 14, 2021 at 11:14 am #279537brandtkiParticipant
Is it possible to create a solid color “bar” (let’s say black) behind the menu as the image carousel scrolls? The variation in full screen images causes the menu font to get lost. I have changed the color and size of the font, but it still tends to get lost and am thinking this is an easier remedy. I do not want a footer bar, just almost like a header bar.
April 14, 2021 at 11:28 am #279555SkandhaParticipant@brandtki: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width: 1200px) { #site-header-menu { background-color: rgba(0,0,0,0.7); } }
You can change the opacity by changing the value 0.7.
Let me know if this works out!
Kind Regards,
SkandhaApril 14, 2021 at 12:17 pm #279563brandtkiParticipantThis is great! Is there a way to make the width go full screen? Otherwise this is exactly what I was in search of. Genius!
April 15, 2021 at 6:10 am #279639SkandhaParticipant@brandtki: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..site-header-main .wrapper { max-width: 100%; }
Let me know if this works out!
Kind Regards,
SkandhaApril 15, 2021 at 9:27 am #279660brandtkiParticipantSadly it did not. It did not look to change anything. Looking to just make the screen “wrap” tried to change the CSS min-width to 100%, but that did not work either.
April 16, 2021 at 1:38 am #279744SkandhaParticipant@brandtki: Hello there,
Please remove all the code I provided you above and add the following Code.@media screen and (min-width: 1200px) { #masthead { background-color: rgba(0,0,0,0.7); } }
Let me know if this what you want!
Kind Regards,
SkandhaApril 16, 2021 at 10:03 am #279784brandtkiParticipantYes! Yeah!!!!!! Thank you!
April 16, 2021 at 10:17 am #279785 -
AuthorPosts
- The topic ‘Menu Background Bar’ is closed to new replies.