color of prev/next buttons

Posted in: Newspaper
Post count: 72

Hello

My site is http://www.snowsbest.com at the bottom of each block there is a prev/next arrow but it is in a feint grey and I want to change the colour to a darker grey almost black. I can change the colour of the prev/next arrow in the mega menu but I can’t find the way to change it on a block through tagdiv composer on the home page.

Any ideas please?

Rachael

Post count: 623

Hello,
To darken the prev/next, add following code to custom CSS:

.td-next-prev-wrap a{border:1px solid #000000;}
you may change #000000 to whatever color you want.

Thank you for your understanding.

Post count: 72

Thank you Amit, that worked well, but the arrows inside the box are still a very light grey and hard to see. Any ideas?

Post count: 20688

Hi,

You can try a code like this for example, to color the arrow and maybe increase the size if you wish
https://www.screencast.com/t/mFfDWHVuT3

.td-next-prev-wrap a {
color: #000;
font-size: 9px;
}

The browser inspector tool is a very useful feature, it can be used to make this kind of customization to different elements. This is a guide
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Post count: 72

Thank you, that worked perfectly. Appreciate your help.

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