Add border to portfolio image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #334039
    Jonathan
    Guest

    Hi,

    Just tried emmet theme…great theme! But I could not find where to edit css to add border for each portfolio image on homepage??

    Tks

    #334240
    J. Davis
    Keymaster

    Hi Jonathan,

    We recommend to install Child theme for editing theme styles and files. You can find ready archive with child theme at Emmet Page. Install Child theme and activate it. Then add custom style to style.css file of the Child theme.

    Best regards,
    John

    #337851
    Jonathan
    Guest

    Hi John,

    I have activated child theme..then how and where to add the style? Could you guide me please?

    Thanks

    #338318
    J. Davis
    Keymaster

    Hi Jonathan,

    Now you can add custom styles to style.css file of the Child theme. You can add the following style:

    .portfolio-list .portfolio-content img {
        border: 10px solid rgba(68, 70, 150, 0.69);
    }
    

    You just need to edit border width, type and color if you need.

    Best regards,
    John

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