Jump to content
Sign in to follow this  
kamalren

Change heading text size for features

Recommended Posts

kamalren

Hi, How can I change the heading text size in features? Thank you.

Share this post


Link to post
Share on other sites
kastelic

Try targeting it in Custom Code -> Custom CSS, for example:

.fcontent .ftitle {
	font-size: 2em;
	}

Share this post


Link to post
Share on other sites
kamalren

Thanks once again Jimmy. Worked perfectly.

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  

×