monkeyman 0 Report post Posted May 18, 2011 Hi there.. I wanted to ask you how would i control the page size in the "Banner" boxes? Please let me know Sq Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 18, 2011 Hi Tim! What do you mean by page size? Ricardo Share this post Link to post Share on other sites
monkeyman 0 Report post Posted May 18, 2011 haha.. sorry i ment text sitze How do i reduce the size of the banner boxes. Thanks!!!! Sq Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 18, 2011 You can use a tool like Firebug to find out the css code of the text you want to change and then add that to PlatformPro Settings > Custom Code > Custom CSS Rules. Ricardo Share this post Link to post Share on other sites
monkeyman 0 Report post Posted May 19, 2011 Hi Ricardo. Can you give me an example please how the custom code would need to look like Let me know. Sq Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 19, 2011 Hi Tim! Not sure I follow... if firebug says your text is rulled by: .someclass { font-size: 50px; } you need to add that to Custom CSS Rules and change 50 for a smaller value. Ricardo Share this post Link to post Share on other sites
monkeyman 0 Report post Posted May 19, 2011 Hi Ricardo.. Sorry but it does not seem to work. Could you please tell me the excact code that i would neet to paste to have the text in the "Banner" elements lets say 16px. Thanks! Sq Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 19, 2011 What code have you added to the Custom CSS Rules? Ricardo Share this post Link to post Share on other sites
monkeyman 0 Report post Posted May 19, 2011 Hi Ricardo.. The one you posted. Im not so good at these things. I was hoping since you guys made the theme you could pass me the codes for the "banner" boxes. Thanks! Sq Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 19, 2011 The one I posted?!?! Did you read what I wrote? I didn't make the theme. I'm a customer like you. Please post a link to your site and name exactly the text you want changed. Ricardo Share this post Link to post Share on other sites
monkeyman 0 Report post Posted May 19, 2011 Hi Ricardo ;-) Sorry my bad. I thought you where staff. I guess I'll wait until someone can provide me with the exact code. Thanks for your help! Sq Share this post Link to post Share on other sites
Kate 3 Report post Posted May 19, 2011 Hi Tim, Don't know the banner ID or class off the top of my head (may just be #banner), but you would simply use that to preface the line (as the selector). Then use the "font-size" attribute to specify the size, as Ricardo mentioned. Share this post Link to post Share on other sites