Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1025410

    Hi,

    As you can see below the videos on the Portfolio grid it’s white and the title text is also white so you can’t see it.
    1. What code shall I add in order for the background under the video to be black?
    2. If I want the title to be bigger (when I can see it) what code shall I add?

    Best regards
    Charlotte

    #1026669

    Hey Charlotte,

    Thank you for using Enfold.

    Are you referring to the masonry element? You can use this css code to add an overlay beneath the title.

    .responsive #top .av-inner-masonry-content {
        background: rgba(0,0,0,.5) !important;
    }

    And use this css code to increase the font size:

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 2em;
    }
    

    Best regards,
    Ismael

    #1026753

    Thanks. It has been solved.

    Charlotte

    #1026840

    Hi,

    You’re welcome. We’ll close the thread now. :)
    Thank you for using Enfold!

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio Grid background color’ is closed to new replies.