bimi 0 Report post Posted August 18, 2011 Hi, How can I change the font size only for boxes content? Thanks in advance! Share this post Link to post Share on other sites
Rob 547 Report post Posted August 18, 2011 You'll need to create a custom styling (CSS) and apply that in Custom Code. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
bimi 0 Report post Posted August 18, 2011 Can you give me the line, please? I couldn't find the tip for it in style.css. I have the same question regarding the banner's content font. Share this post Link to post Share on other sites
Rob 547 Report post Posted August 18, 2011 You won't find it in style.css. Unfortunately, I'm not a CSS programmer. There are many sites however that discuss the changing of fonts in Wordpress and could provide you with that code. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
bimi 0 Report post Posted August 18, 2011 OK. I know how to describe the font changes in CSS. The thing is I can't find the selector these font's setting should belong to. How to define PlatformPro Banners or Boxes in CSS? I couldn't find it in CSS comments. Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 18, 2011 Hi, this should do it: .fboxtext {font-size: 12px; } .banner-content {font-size: 14px;} Share this post Link to post Share on other sites
bimi 0 Report post Posted August 19, 2011 kastelic, thanks a lot! That worked perfectly. Could you please tell me where I can find the list of all PlatformPro "selectors", if there any? Share this post Link to post Share on other sites
slingr 0 Report post Posted August 19, 2011 Bimi, good luck with that list of selectors. I'd be interested as well, but I think the best you can do is save a copy of the .css files in a text editor and then study it, mark it up, create section dividers, etc. At least you can search it and narrow down what you're looking for, like you could do a search for "box" or "banner" and probably find what you're looking for. I agree with you that having a list of selectors is a reasonable documentation expectation. Along with that, I think a premium theme like Pagelines ought to provide a clear description of what can be changed within the theme menus and settings, and what has to be changed in css. They can't define every possible change, but they ought to be able to explain the top 80% of changes that users (we're not all developers) want to make, like changing fonts, colors, boxes/banners/features sizes, etc.). Lacking that, they ought to create an easier-to-find Discussion Category here that only summarizes these code snippets. The SEARCH capability in this forum isn't robust enough to avoid having to wade through a bunch of irrelevant messages to find what you're looking for. Share this post Link to post Share on other sites
hapifamily 0 Report post Posted August 21, 2011 I agree with you! 80% of the user changes could be documented. How can one save the entire css file? (I'm using GoDaddy, so the back-end of the theme installation was done for me) Share this post Link to post Share on other sites
catrina 103 Report post Posted August 21, 2011 You can view what CSS selectors are present by viewing the source for pages in your website. 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