Remove grey line between pagination arrows

Posted in: Newspaper
Post count: 41

Hallo,
as you can see, there is a small grey on all my pagination arrows. Normally it is there to make a line between the buttons. But I used a bigger size of the buttons and now it has shifted in the left arrow.

https://imgur.com/a/BcY0JQ0

Post count: 35449

Hi,

Please provide a link where I can inspect this problem, in this way I will able to help you!

Thank you!

Post count: 41

Hey Calin,
I used the arrows on this page. You can see the grey line on the left arrow.

https://www.sciencenation.de/news/

  • This reply was modified 6 years by Maggo.
Post count: 20688

Hi,

I see the problem. That vertical line is added by the Lifestyle demo currently installed in the website. It is a design item used for the next/prev pagination, specific to this demo – https://demo.tagdiv.com/newspaper_lifestyle/ -> https://prnt.sc/pqj6ul

The quickest solution is to hide that line – https://prnt.sc/pqj7dm
Enter this code in the theme panel custom CSS section

.td-lifestyle .td-next-prev-wrap .td-ajax-next-page:after {
display: none;
}

Let us know if you have more questions.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.