header menü color
-
AuthorPosts
-
hi there
“i use google tranlate”
I have completed my website but I need your support in some places.
my site address: https://euclidbi.comHow do I make the color of the header menu transparent?
How do I get my company logo to the left?
The header menu comes high at the opening of the first page, how do you stretch it into the last.
Can I add a top icon to the top of the page?
Is it possible to convert the menu opening mode to hamburger menu in mobile?
footer menu section 3, how to change the link color Links currently appearing green
My wishes were a little too much, I’m sorry.
I’ll be happy if you can help me.
The blog I need help with is: euclidbicom.wordpress.com
Hello,
1. To make header menu transparent, add the following CSS and adjust the value if needed (the last number “0.9”):
#header { background-color: rgba(255,255,255,0.9) !important; }
2. I see the logo is already to the left, so it looks like you’ve already figured this one out. Let me know if you need further assistance with it.
3. Please clarify what you mean here, I do not understand: “The header menu comes high at the opening of the first page, how do you stretch it into the last.”
4. The mobile menu should already transfer to a hamburger menu in mobile, I’ve tested on your site and it already appears to do so.
5. The following article explains how to add a favicon (site logo) to your site: https://en.support.wordpress.com/site-icons/
6. Use the following CSS to change the footer widget link colors, and adjust the color as needed:
.widget ul.menu li a { color: #ffffff; }
I hope that helps, thanks in advance for clarifying some of the issues above.
thank you so much Emily
You’re welcome!
-
AuthorPosts
The topic ‘header menü color’ is closed to new replies.