Shop Categories

X

Change border thickness from a blog when the grid view is used

Home Forums Agama Pro Change border thickness from a blog when the grid view is used

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8774
    donggia74
    Participant

    We love to use the blog grid view. I need some help to change the thickness of the blog box to a thicker border.

    Thanks in advance

    #8775
    Zex
    Moderator

    Hello donggia74!

    Insert the code below, in Customize->General->Additional CSS:

    .js-isotope .article-wrapper {
       
        border: 0.5px solid #e3e3e3!important;
       
    }

    https://prnt.sc/j6vq3y

    Change the border values per your needs.

    Regards

    #8777
    donggia74
    Participant

    Thanks a lot, it works.

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