Hello,
I’m using the masonry feature with the breadcrumbs. Currently, they are gray on the page, I need them to be white. Not sure where I need to change this – if it’s a custom setting, or if it needs to be done in the Custom CSS section.
Thank you.
Also, can I control the order of the breadcrumbs? ie. put them in a specific order?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-3478 #av_section_3 .av-sort-by-term span {
color: white;
}
Regards,
Yigit
thank you so much. Sorry to be a pain, how to I get the rollover color to work? Currently it’s staying white when I rollover, I would like it to turn coral when the mouse is over the link. I appreciate your help.
Hi!
Please add following code to Quick CSS as well
.active_sort span,.page-id-3478 #av_section_3 .av-sort-by-term span:hover {
color: #fc695f!important;
}
Best regards,
Yigit
Thanks a ton!!
Hey!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Have a great weekend!
Regards,
Yigit