Pagination arrows too small

Posted in: Newspaper
Post count: 9

HI. I need to find a way to make visible pagination arrows for my blocks. I’m using mostly Block 2.

I sort by Ajax. The forward/back arrows are so thin I can’t see them.

1) how can I modify the font used to make the box thicker and make the arrows bold
2) If I decide, how can I replace these arrows with image icons.

Thank you.

Post count: 51

Hi,

I had the similar question a while back, and the support members here suggested me some custom CSS code. You can try adding it to Theme Panel > Custom Code > Custom CSS. You can also modify it to meet your requirements.

.td-next-prev-wrap a {
color: black;
border: 2px solid #696969;
line-height: 25px;
}

Hope this helps you.
Regards
Dhananjay

Post count: 9

thanks, Dhananjay. I also threw this in: font-size: 150%;

Thank you for volunteering to help, man. 🙂

Post count: 51

It’s a pleasure helping 🙂

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