Tagged: masonry
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
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
Perfect it works! Thank you very much!
How can I change the font and the font size?
Thank you in advance
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
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
Hi,
Add the following to quick css:
.av-masonry-entry-content.entry-content{
text-align:center!important;
}
Best regards,
Jordan Shannon