Forums
Home / Theme: GeneratePress / How to make title BOLD
(@lcool3)
6 years, 10 months ago
Hello,
How can I make the title of my post bold? I can make bold the headings Bold and stand out but not the actual Title of a blog post.
Thanks for the help. Appreciate the support on GP ??
Luke
(@prativa42)
Ah, You just posted my question. i am too looking for the same. Also, can anyone help me with the CSS to reduce header whitespcae & menu bar height.
I just retrieved this CSS from a previous thread. Worked fine for me.
Try it
.entry-title a { color: #00138E !important; font-weight: bold; text-decoration: none; }
Thanks Prativa!
I will try it out later ??
(@edge22)
This should do it as well:
.entry-title { font-weight: bold; }
Thanks Tom. Thats great.
You’re welcome ??