|
#1

Nov 7, 2010, 05:40 PM
|
 |
|
|
644 posts · Sep 2010
Duncan BC Canada
|
|
Is there a way I can make the Comments under the post bold but not have the tags bolded as well?
This is whatI am working on, and we don't want the tags to have the same visual impact as the comments link
|
#2

Nov 8, 2010, 04:11 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
try this in the CSS Inserts
HTML Code:
.comment-container {font-weight: bold;}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3

Nov 8, 2010, 08:38 AM
|
 |
|
|
644 posts · Sep 2010
Duncan BC Canada
|
|
i was able to make the whole footer bold by ATO Style Posts and Pages.
Should I return the
font-weight: bold;
to
font-weight: normal;
and then add the css you have suggested? What I am looking for is an effect like this:
2 comments BC Liberals, Bob Simpson, NDP, Politics, Provincial Politics Carole James, Dianne Watts, George Abbott, Gordon Campbell, Iain Black, Kevin Falcon, Kevin Krueger, Leadership, Leadership Convention, Mike DeJong, NDP Caucus, Norm McDonald, Provincial Election, Rich Coleman, Surrey Mayor
Here is the blog:
http://www.richardhughes.ca
|
#4

Nov 8, 2010, 08:45 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Ahhh I see, I thought you wanted the actual text of the comment bold. Try this in the CSS Inserts
HTML Code:
.post-footer .comments-link {font-weight: bold;}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5

Nov 8, 2010, 09:03 AM
|
 |
|
|
644 posts · Sep 2010
Duncan BC Canada
|
|
Great! I will return the styple posts and pages weight to normal and I will add your css code....hold your breath, I will be right back!
|
#6

Nov 8, 2010, 09:06 AM
|
 |
|
|
644 posts · Sep 2010
Duncan BC Canada
|
|
Nope, it is all the same weight
Last edited by juggledad; Nov 8, 2010 at 11:25 AM.
|
#7

Nov 8, 2010, 09:23 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
it needs an '!important' - try
HTML Code:
.post-footer .comments-link {
font-weight:bold !important;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8

Nov 8, 2010, 09:34 AM
|
 |
|
|
644 posts · Sep 2010
Duncan BC Canada
|
|
Yippeeeee!
It worked. You rock, Juggledad, thank you!\
I have only recently become aware of !important and obviously I will have to research it a little more. I am unaware of all of its seemingly magical properties.
Last edited by juggledad; Nov 8, 2010 at 11:25 AM.
|
|