Bold Tag Line
-
Hi!
I am looking for the code to bold the tagline on porzakgolfacademy.com.
Can you help with that?Thanks so much!!!
The blog I need help with is: (visible only to logged in users)
-
Is there also a way to change the format of it?
I would like it to read like this in bold:Where Beginners Learn to Play
& Players Learn to ScoreThanks :-)
-
Hi, to make the site description/tagline bold in Maisha, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. I’ve also included a declaration to limit the width of the site description to get the spacing you are wanting, but keep in mind that if someone has made changes to the default browser settings on their computer such as font size, etc., then they will not see things as you or I see them. Even something like setting a + zoom level will cause things to break differently.
.site-description { font-weight: bold; max-width: 270px; }
- The topic ‘Bold Tag Line’ is closed to new replies.