Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867703

    electronicsound
    Participant

    Hello

    Is it possible to change the thickness of the horizontal line between posts in the blog archive pages?

    Many thanks

    #868059

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #868843

    electronicsound
    Participant
    #869276

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

    .blog .x-main .hentry, 
    .search .x-main .hentry, 
    .archive .x-main .hentry {
        border-width: 4px;
    }

    Hope it helps 🙂