I'd like to change the font size of hightlight ?
Side bar on the right page.
change the font size of hightlight
Started by
qlinn
, Jul 24 2012 12:18 PM
9 replies to this topic
#1
Posted 24 July 2012 - 12:18 PM
#2
Posted 24 July 2012 - 02:09 PM
Please add the following code to Custom Code > Custom CSS and change # to the font size you want.:
h1.highlight-head {font-size: #em;}
#3
Posted 24 July 2012 - 02:11 PM
You ca try
#highlight .highlight-head {
line-height: 1.3em;
font-size: 20px;
}
Modify em and px as you like
#4
Posted 24 July 2012 - 02:12 PM
Uppsss, I did not see the Catrina??suggestion is more better than mine.
#5
Posted 24 July 2012 - 03:11 PM
No problem
#6
Posted 24 July 2012 - 08:33 PM
Catrina it's not work ?
Title font size is too large !
#7
Posted 24 July 2012 - 08:59 PM
Hey Batman it's work
What do you think about a small border on the hightlight ?
#8
Posted 25 July 2012 - 12:31 AM
Mmmmmhhh I don??t know, try this if you like:
#highlight { border: 2px solid rgb(198, 211, 174); }
#9
Posted 25 July 2012 - 10:38 AM
very good Batman ;-)
#10
Posted 02 August 2012 - 07:39 PM
Would you let me know a way to change only the font size for the hightlight #2 (title) at the top of content area?











