Hi Enfold Staff,
Is there a way I can add a thin light grey border around all images on a specific page (Resume Designs page) on my website?
Best Regards,
Kenny
Hi youkendooit!
Thank you for coming back.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:
.page-id-3542 img {
border: 5px solid red !important;
}
Cheers!
Günter
Hi Gunter,
This code was almost perfect however it also puts a border around my logo in the header. Anyway to not show it on the logo? Thanks!
Kenny
Hi!
Thanks for the feedback.
Replace the code above with:
.page-id-3542 #main img {
border: 5px solid red !important;
}
Cheers!
Günter
That worked perfectly! Thank you so much Gunter!
Best Regards,
Kenny