Jump to content
Sign in to follow this  
qlinn

change the font size of hightlight

Recommended Posts

qlinn

I'd like to change the font size of hightlight ? Side bar on the right page.

Share this post


Link to post
Share on other sites
catrina

Please add the following code to Custom Code > Custom CSS and change # to the font size you want.:

h1.highlight-head {font-size: #em;}


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
batman

You ca try

#highlight .highlight-head {
	    line-height: 1.3em;
	    font-size: 20px;
	}

Modify em and px as you like


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
batman

Uppsss, I did not see the Catrina??suggestion is more better than mine. ;)


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
qlinn

Catrina it's not work ? Title font size is too large !

Share this post


Link to post
Share on other sites
qlinn

Hey Batman it's work What do you think about a small border on the hightlight ?

Share this post


Link to post
Share on other sites
batman

Mmmmmhhh I don??t know, try this if you like:

#highlight { border: 2px solid rgb(198, 211, 174); }


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
studiohworks

Would you let me know a way to change only the font size for the hightlight #2 (title) at the top of content area?

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  

×