Bold font css
-
Hello! I am trying to customize the font in the header portion of my blog page. I currently have it on “Raleway” but there is no option to make it bolder, and I don’t know how to create a css code for it. How can I change the font thickness of ONLY the header?
The blog I need help with is: (visible only to logged in users)
-
Hopefully, you know that all CSS editing is theme specific editing, Volunteers cannot view private blogs.
-
Hi there, to make the site title bold, add the following.
#site-title a { font-weight: bold !important; }If you also want to bold the site description, add the following.
#site-description { font-weight: bold; }
- The topic ‘Bold font css’ is closed to new replies.