Hey folks.
Can you tell me how I can make the pagination buttons at the bottom of my home page and blog darker. They are currently white against a white and an off/white background and are therefore not very prominent. I don’t want to start messing around experimenting with other main content and background content as I have these exactly as I want them and don’t want to upset anything!
Thanks guys,
Peter.
Hey Pirlyxyz,
Hi there! This is doable with a bit of code in Quick CSS. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to give accurate help. :)
Best regards,
Sarah
Hi Sarah!
That’s good news :) My link is: http://xukkhini.com/blog/
You can just about make out the buttons on the bottom left.
Best regards,
Peter
Hi,
Try this code in the General Styling > Quick CSS field:
.main_color .pagination .current {background: #d3d3d3!important; }
adjust to suit.
For your blog posts try this:
#top .avia-post-nav {background: rgba(0,0,0,0.9)!important; }
you can adjust the last number between 1 and 9 to suit, it’s at 1 on your site now.
Best regards,
Mike
Hi Mike.
That’s great! Thank you so much.
Best Regards,
Peter.