Change text size + bold
JDGS
Registered Users Posts: 34 Big grins
Hi,
How can I change the size of the text to 28 (smugmug only allows 24 or 32) and how can I make the text "more bold" (I have already the text in bold, but I want a bit more)? Can it be done with CSS?
The text I want to customize is the title of this page: https://danielsantosphoto.com/Workshops/English/Learn-Photography-While-Visiting-Porto/n-GxxXMq
Thank you so much in advance!
Daniel Santos
0
Comments
Looks like you're using 'Montserrat' so they offer several bold variations: Medium (500), Semi-bold (600), Bold (700), Extra-bold (800), and Black (900). Going to assume you want it really bold, so I picked Black. Add this to your Theme's CSS Custom section. Putting it any other place will NOT work.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thank you for the help.
But that changed all the words that were in bold, even the main menu. Is it possible to change only the "Learn Photography While Visiting Porto" title? (It would be good if smugmug allowed more of this small and simple customizations with the text editor)
Didn't see that you also had 'bold' elsewhere. Just need to add bold (700) as well. That's also why I don't use the Text Block. I prefer using a HTML/CSS Block because it is more custom-friendly. The Text Block SHOULD provide every possibly variance on a particular font though.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
It still changes everything in bold, including the menu. Could I be doing something wrong?
Imagine I want to edit other text boxes on the page using css, how can I target them, so the changes are only visible on that text box?
It is because you have this in your CSS
It never worked until you added the extra fonts,
700
&900
.You will need to find each widget number and it it to your CSS. I have a tutorial on how to locate your widget number in my signature.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Ok, thank you so much for your help