lgblom 1 Report post Posted September 17, 2011 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 33 Report post Posted September 17, 2011 The titles or the text? ♥ 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 1 Report post Posted September 17, 2011 Both Share this post Link to post Share on other sites
Jenny 33 Report post Posted September 17, 2011 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 1 Report post Posted September 17, 2011 Ohh, thank you. I will try this. Have a nice day :) L G Share this post Link to post Share on other sites
lgblom 1 Report post Posted September 17, 2011 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 103 Report post Posted September 17, 2011 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 1 Report post Posted September 17, 2011 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