Hi Ciaran,
I'm building a site with the Stella template. My client wants the horizontal line that appears above the active hornav menu item to be a different colour. Can you please provide code for that? Thank you!
To amend directly try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit to taste.
.hornav > ul > li > a::after {
background-color: #60a6fe;
}
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 »