Jump to content
Sign in to follow this  
lgblom

How to change font size - Box and Banners

Recommended Posts

lgblom

Hi, it??s me again :) I hope you can help me with a new problem? How to change font size in banners and Boxes. I have font in boxes i like. http://getztogether.com I like to have the same in banners. http://getztogether.com/?page_id=9 I think i change it in css-style, but i cant find it... I hope you can help me? Best regards L G Blom

Share this post


Link to post
Share on other sites
Jenny
Try adding this to your custom CSS: [code].banner-title { font-size: 10px; } .banner-content { font-size: 16px; }[/code] Just change the size to get what you're looking for. I think I got it fairly close.

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
lgblom
Ohh, thank you. I will try this. Have a nice day :) L G

Share this post


Link to post
Share on other sites
lgblom
Hi, it didn??t work. Where in the css kod can i put this cod? I do not found cod for banner in css...

Share this post


Link to post
Share on other sites
catrina
Please add the following to Custom Code > Custom CSS: [code]#banners div.banner-text {font-size: #px;} #boxes div.fboxtitle {font-size: #px;} #boxes div.fboxtext {font-size: #px;}[/code] #boxes div.fboxtitle = Changes font size of box title #boxes div.fboxtext = Changes font size of box caption text Change # to the size you want for the text.

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
lgblom
Wooaw...now i works :) Thanks to you and simple_mama for your help! L G

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×