Archived topic
Menu Style with Elements
4 replies · Started by Jeroen on December 29, 2020
Hello guys,
Yesterday I found this great CSS code on the support forum:
.main-navigation .main-nav ul li a {
background-color: rgba(0,0,0,0.52);
border-radius: 10px;
margin: 2px;
}
I did a little tweaking. Now I a really sattisfied with the result. https://prntscr.com/wcgyxd
But as always, each sollution creates a new problem :(
I have soms none pages , like category/archives that now look like Sh**.. Because I use a different header type. These archives are excludes from the Headers i created in elements. https://prntscr.com/wcgy8b
My question is: Can I separatly edit the menu on these archive pages with elements, and is so what code can i try?
What would already help if there would not be a background color on the main navigation (HOME, JOIN GROUPS, ETC), only in the sub menu.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Just change to li ul a
Glad to hear :)