Changing font and size
prospero
Registered Users Posts: 29 Big grins
I want to change the title font to 'Arial'. I also want to change the size. I'm using 'Turbo' theme but want to amend it considerably
I've tried adding a css to entire site with a class -
p.sansserif {
font-family: Arial, Helvetica, sans-serif;
}
I also want the title text size to be different from the body text, navigation text, footer text etc and I want to apply different sizes to them. How do I do this?
Many thanks for help in advance.
I've tried adding a css to entire site with a class -
p.sansserif {
font-family: Arial, Helvetica, sans-serif;
}
I also want the title text size to be different from the body text, navigation text, footer text etc and I want to apply different sizes to them. How do I do this?
Many thanks for help in advance.
0
Comments
Also, you need to be/get comfortable identifying which element it is that you're trying to restyle, by using some of the inspection tools built in with most browsers (I use Chrome). That will help you target the features you want to customise. If you provide a link to your site it may make it easier for people to help.
regards,
Sam
Sam
______________________________
SmugMug site - samuelmcdowell.com
Once you find the font you want to use, post back with the exact location where you want to make the changes so someone can help with the CSS.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
A simple bit of code can change text to Arial (make sure to include "!important"):
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
I'd be happy to use Fonts listed in SmugMug but they are just a list of names. Would be helpful if there was an example next to each to make it easier to choose.
I've ssearched Aaron's tips. There is nothing there about Arial.
@leftquark - where do I paste this code in new smugmug. As stated above I want to change all text on site to Arail but want to vary the font sizes.
my site is http://www.abennettphotography.co.uk - You must use this full url otherwise it won't work.
Many thanks
You can paste the CSS code into either a CSS block that you drag onto the bottom of your page or go to Customize -> Customize Site -> Theme -> Click the wrench next to your active theme, go to the "Advanced" tab and at the very bottom is "Custom CSS." Click edit, and put your code there.
Any code to load fonts should be at the very top.
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations