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

    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

    #460191

    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

    #460196

    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

    #460218

    Hi!

    Thanks for the feedback.

    Replace the code above with:

    
    .page-id-3542 #main img {
        border: 5px solid red !important;
    }
    

    Cheers!
    Günter

    #460540

    That worked perfectly! Thank you so much Gunter!

    Best Regards,
    Kenny

    #460573

    Hey!

    Glad I could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Best regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Border around images on specific page’ is closed to new replies.