I am using the Madison Template an unfortunately the main menu is difficult to identify on the background picture.
Is there a way to change the transparency of the main menu to make contrast a bit better?
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.hornav > ul > li > a {
opacity: 1;
font-weight: 600;
}
.hornav > ul > li {
border-color: white;
}
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »