Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1355852

    Hi there,

    I need to change the color of headline of portfolio name in the masonry view. See the link in private content. The headline shouldn’t be white as it can’t be read on the white background. How can I change the color.

    Thank you!!

    Best regards,
    Mike

    #1355876

    Hey Mike1050,

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

    .av-masonry h3.av-masonry-entry-title {
      color: #000;
    }

    Best regards,
    Rikard

    #1356035

    Hi Rikard,

    thanks for your quick reply. We are halfway there. Please have a look at the link again. Your solution changes the headline color, but only for entries without a picture. I need to change to headline color for entries WITH pictures.

    Do you know how to work this out?

    Thank you!!

    Best regards,
    Michael

    #1356058

    Hi,

    Please try this instead:

    .av-masonry h3.av-masonry-entry-title {
        color: #009 !important;
    }

    Best regards,
    Rikard

    #1359325

    Hi Rikard,

    it works, thank you!

    Best regards,
    Mike

    #1359328

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Color of headline of portfolio name in masonry’ is closed to new replies.