Hi, I can’t seem to be able to adjust the background for sub-menu (“Bike Tours” and “Blog”) to semi transparent:
rgba(255, 255, 255, 0.7)
https://houraway.webstar.si/ljubljana-mountain-biking/
I managed to get something on the right side like shown here:
https://houraway.webstar.si/wp-content/uploads/2021/03/2021-03-13-08_22_11.png
but can’t seem to be remove the white background on the majority of sub-menu items.
Hey Matjaz,
Please try this CSS as well:
.main_menu ul ul {
background-color: transparent;
}
Best regards,
Rikard
Hi, I have managed to resolve this, Thanks for the help