.single-wrap {
width: 100%;
float:none;
}
.single-post {
width:100%;
}
#content a {
color: red; /* you probably want a different color here */
}
To add or override CSS: use the “Additional CSS” option in the customizer. https://wordpress.org/support/article/appearance-customize-screen/
Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
Thank you! It worked perfectly for the links colour.
Unfortunately no success with the posts and pages width… Is there any other line I could try adding to fix it?
Unfortunately no success with the posts and pages width… Is there any other line I could try adding to fix it?
Just change the dashes to underscores in the code given by Steven (ie single_wrap instead of single-wrap and single_post instead of single-post). Everything else remains the same.
Thank you so much, it worked!!
One more thing – I know it’s probably a theme issue but is there any chance to fix the website width when you open it on mobile or iPad? It displays way wider than the screen and requires double tap to fit the screen properly.
Contact your theme’s author/developer. I recommend asking at https://wordpress.org/support/theme/zenon-lite#new-post so the plugin’s / theme’s developers and support community can help you with this.
HOWEVER, note that the them has not been updated in over 8 years. It’s time to find another theme.
That’s unfortunately very true… Thank you for all your help! 🙂