Set font for single text block
Foggy Bottom
Registered Users Posts: 1 Beginner grinner
Can't see a way to do this. When I select a TB, all I get is standard H1 etc html choices.
The only element I can see to set a custom font is the logo element. However I have a few paragraphs of text I wish to style differently from the default theme.
Any way to do this?
-total SM noob here - be gentle! :wink
The only element I can see to set a custom font is the logo element. However I have a few paragraphs of text I wish to style differently from the default theme.
Any way to do this?
-total SM noob here - be gentle! :wink
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
change text color, size and style or anything else you want.
some text
some text
some text
(Some text and some more text and more text.
If you have a bunch of titlesParagraph 1 title
Paragraph 2 title
CSS in the HTML box CSS tab
.myText1 {color:red; font-family: "Times New Roman", Georgia, Serif;}
.myText2 {color:yellow}
.myText3 {color:blue}
.titleText {color:#fff; font-size: 14pt; text-align:center}
My Website index | My Blog
HTML/CSS content block. Here's a template in case you need one:
HTML:
CSS: