Jump to content
Sign in to follow this  
bimi

How can I change the font size only for boxes content?

Recommended Posts

bimi

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

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

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

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

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

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

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

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

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

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

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  

×