Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #519019

    Hello,

    What’s the script for changing the Taxonomy label in the Masonry Gallery on this page? I tried guessing based on the “sort by” script, but it didn’t work. I need to make the text white instead of black.

    Thank you.

    #519316

    Hi creative-expansion!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-3478 div.av-masonry-entry-content, .page-id-3478 h3.av-masonry-entry-title {
    color:white !important;
    }
    

    Regards,
    Rikard

    #519352

    Unfortunately, that did not change the text.

    #520175

    Hello,

    I just noticed that that the CSS:

    .page-id-3478 div.av-masonry-entry-content, .page-id-3478 h3.av-masonry-entry-title {
    color:white !important;
    }

    Changed all the text color within the masonry gallery, but not the “All” taxonomy title at the top of the gallery. Please help.

    #520519

    Hi,

    No it’s because it’s the “active” one, you can control it using the following CSS:

    .page-id-3478 .active_sort span {
    color:white !important;
    }

    Best regards,
    Rikard

    #520521

    I’m sorry, it still didn’t change.

    #520777

    Hi!

    Please try this:

    .page-id-3478 .av-current-sort-title span span {
        color: #ffffff;
    }

    Regards,
    Ismael

    #521082

    That did it, thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Masonry Gallery’ is closed to new replies.