Hey,
I want to the dark color on the navigation below a post to stay when you are on a post page, now it shows only when you hoover over it.
What code shall I add?
Thanks
Charlotte
Hey Charlotte!
Can you please post the link to your page where you have pagination? I could not locate it :)
Cheers!
Yigit
Hi!
Please add following code to Quick CSS
.pagination .current {
background: #606062!important;
color: #ffffff!important;
}
Regards,
Yigit
Thanks :)