Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #516142

    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.

    #516144

    Also, can I control the order of the breadcrumbs? ie. put them in a specific order?

    #516425

    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

    #516429

    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.

    #516430

    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

    #516533

    Thanks a ton!!

    #516536

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change breadcrumb color in Masonry widget’ is closed to new replies.