Info
- 8 posts
- 2 voices
- Started 4 years ago by goldfiinger
- Latest reply from goldfiinger
- This topic is not resolved
How to change hot tag font
-
- Posted 4 years ago #
Quick question, how do i change the font of the hot tags list on my front page. I'm using one font for my whole page at the moment but want to add a second font just for the hot tag list.
How would i go about doing this ?
I tried adding a font under
.frontpageheatmap
and under
#front-page #hottagson my style sheet but this made no difference.
Anyone know where i should try ?
Many thanks
-
- Posted 4 years ago #
Those are both the right places. How are you adding the font?
-
- Posted 4 years ago #
#front-page #hottags {
position: centre;
top: 0;
left: 0;
overflow: hidden;
margin-left: 30px;
margin-right: 30px;
width: auto;
font-size: small;
font: Comic Sans MS;
}.frontpageheatmap {
font-weight: normal;
line-height: 30px;
padding-bottom: 10px;
font-size: small;
font: Comic Sans MS;
} -
- Posted 4 years ago #
any idea why it would be having no effect?
-
- Posted 4 years ago #
Yeah. You need to have quotation marks around any font names containing spaces.
(edited)
That would befont-family: "Anything but Comic Sans MS for the love of god";Note you can also get a whole bunch of font declarations into one statement: http://www.w3schools.com/css/pr_font_font.asp
-
- Posted 4 years ago #
thanks but it's still not working, i've changed both too
font: "Comic Sans MS";
Still no joy :(
-
- Posted 4 years ago #
-
- Posted 4 years ago #
Resolved
Many thanks
-
You must log in to post.