Tagged: 

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

    Hello Together

    I made a masonry and when I hover over the picture it will show me a wite windows with the name written in black.

    I would like to change these 2 colours (#ff5741, #191923).

    Thank you in advance for your great support.

    Best Regards,

    Fabian

    #873013

    Hey ffcompany,

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

    .av-inner-masonry-content {
      background-color:#ff5741 !important;
    }
    
    .av-masonry-entry-content {
      color:#191923 !important;
    }

    Best regards,
    Rikard

    #873773

    Perfect it works! Thank you very much!

    How can I change the font and the font size?

    Thank you in advance

    #874046

    Hi,

    Please try this instead of what I previously sent:

    .av-inner-masonry-content {
      background-color:#ff5741 !important;
    }
    
    .av-masonry-entry-content {
      color:#191923 !important;
      font-size:14px !important;
      font-family:arial !important;
    }

    Best regards,
    Rikard

    #875163

    Perfect thank you very much!

    I promise this is the last request.

    How can I make the text center aligned?

    thanks for the great support

    #875681

    Hi,

    Add the following to quick css:

    .av-masonry-entry-content.entry-content{
    text-align:center!important;
    }

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.