Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #834406

    Hey,

    http://www.hotelladdict.se
    1. I would like to delete the line after the last blog post and above the numbers
    2. I would like to delete the information Page 1 of 62
    Line

    What codes shall I add?
    Thanks
    Charlotte

    #834667

    Hey Charlotte,

    1. The dotted line is the bottom border of each blog post in your homepage. You can remove it for the last blog post by adding this in Quick CSS:

    .home .post-entry.post-entry-last {border-bottom:none;}

    Alternatively, you can add a space after it, instead, so that the pagination doesn’t hit it. To do that, please use this in Quick CSS:

    .home .post-entry.post-entry-last {margin-bottom:20px;}

    2. Please use this in Quick CSS:

    .home .pagination-meta {display:none;}

    I hope that helps!

    Best regards,
    Sarah

    #834718

    Great, thanks Sarah :)

    #834742

    You’re welcome! We’re happy to help.  For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Delete a line’ is closed to new replies.