Hello @arzoo,
Thanks for using our theme. Please use following custom CSS in the theme customizer:
.single .entry-content {
font-size: 18px;
}
You can change the number 18 whatever you like and change the size of the font. Hope it helps.
Best Regards,
Acme Themes
Thread Starter
arzoo
(@arzoo)
Thanks for the help! It worked like you said.
Hope you don’t mind, I have another question.
I tried changing the color and added an underline to the hyperlink using a code you provided in another post.
.page a,
.single a{
color: #00AAFF;
text-decoration: underline;
}
Note, I added the underline line, so I’m not sure if that’s completely correct.
Unfortunately, while it does seem to work on the content portion, the Blog’s Main Title (on top) as well as the links in the sidebar all turned into that color & got underlined as well.
Is there a way just to apply the hyperlink color & underline to the content text and leave the rest (ie. Blog title, sidebar links, etc) untouched.
Thanks again.
You can use the following custom CSS:
.single .entry-content a{
color: #00AAFF;
text-decoration: underline;
}
Can you please try and let us know.
Thread Starter
arzoo
(@arzoo)
Cool! Thanks for the help!
Love your theme. It’s responsive, fast and lightweight, plus very clean looking.
We are very happy to know your problem solved 🙂 and thanks for your awesome feedback. Just wondering if you can rate and review our theme here https://ww.wp.xz.cn/support/theme/supermag/reviews/#new-post
Best Regards,
Acme Themes