Hi 1lizcollins!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .isotope-item {
padding-right: 5px;
padding-bottom: 5px;
}
h3.grid-entry-title.entry-title a {
font-size: 16px;
color: red!important;
}
Best regards,
Yigit
Thanks Yigit, but unfortunately it didn’t seem to have any effect. I’ve cleared my cache and tried another browser with no change.
Hey!
Sorry but your page currently does not load on my end. Do you have CSS minifying feature active on any plugin? If so please try de-activating it and check if that helps. Code works fine on my local installation
Best regards,
Yigit
Hey!
Please add this on Quick CSS or custom.css:
#top .isotope-item {
z-index: 2;
border: 5px solid #ede5d5 !important;
}
The border will look like a gap between portfolio items.
Regards,
Ismael
Thanks Ismael,
I still don’t see any changes to the site after adding that code to quick css. (I left the other code suggested by Yigit in place – is that correct?).
Hey!
Please try adding following code to Quick CSS as well
#top .grid-entry .inner-entry { padding-right: 5px; }
If that does not work, please create a temporary admin login and post it here privately so we can look into it
Cheers!
Yigit
Hey!
You had a missing closing curly bracket after media queries in your custom CSS code. I added it and it does seem to work fine now. Please review your website
Regards,
Yigit
Completely missed that! Thanks, looks great now.