Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi
For the breadcrumb is it possible to set the active/current webpage to a blue colour?
Thanks
J
Hello,
Yes, you can do that with custom css. Add this code into your custom css box:
.breadcrumbss.full_bar .page_parents li a:-webkit-any-link:active {
color: #0e6396;
}
Note: Please know that custom styling is NOT included in this support forum. Read more regarding our policy here.
Best regards!
Hello,
Please edit the code to this:
.breadcrumbss.full_bar .page_parents .active a { color: #0e6396 !important;}
Best regards!
You must be logged in to reply to this topic.