Fonts and colors
- The topic ‘Fonts and colors’ is closed to new replies.
Need help? Check out our Support site, then
Hi Devin, can I change the color of the Hyperlinks to make them more prominent?
Can I increase the size or font or bolded of the Continue Reading button to make it more prominent? Some people are missing it and and therefore missing a lot of the blog posts.
p.s. getting compliments on the clean and simple layout……..
The blog I need help with is: (visible only to logged in users)
Hi. Glad people are enjoying the theme!
You can bold the read more link:
.more-link { font-weight: bold; }
Not sure which links you want to link specifically, but if it’s all links inside post content, you could do this:
.entry-content a { color: pink; }
Hi Devin, where do I put this coding?
If you have the custom design upgrade package, you would put it under “Appearance > CSS”.
Thanks Devin, it worked!