The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Code to make topics and views appear in bold?

3 posters

Go down

Solved Code to make topics and views appear in bold?

Post by Brad38 January 23rd 2009, 6:23 pm

Hi forumotion people,

I was just wondering and yes, it's me again with another question. Razz Is there a CSS code to make the text numbers of "views" and "Topics" on your home/index page appear in bold? Now, I would like only those elements in bold, nothing else.

Any help is always very much appreciated. Smile

I just wish I could help others here more, and I do try to help with simple questions when I can.


Last edited by Nessa on January 26th 2009, 11:00 am; edited 1 time in total (Reason for editing : Edit: To Mark Topic as Solved)
Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by :)tayne:) January 23rd 2009, 6:25 pm

I dont think that is possible becuase I cant find a way to do that. If it is definitly not possible you could put the idea in the suggestion box.
:)tayne:)
:)tayne:)
Forumember

Male Posts : 794
Reputation : 35
Language : English

http://www.gamesarcade.forummotion.com

Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by Brad38 January 23rd 2009, 6:38 pm

Thanks Tayne...

Sure hope there is a way....I find that if you don't ask questions, you won't ever know. SmileWink It seems straight forward enough and easy to do, but maybe you are right. I will await more answers and hope they come. bye


Last edited by Brad38 on January 23rd 2009, 7:36 pm; edited 1 time in total
Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by Guest January 23rd 2009, 6:50 pm

Sorry we cant do it as off yet just for those two areas. I know you can get the four sections to bold and not the topics
avatar
Guest
Guest


Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by Brad38 January 23rd 2009, 7:29 pm

Ok...thanks Dungeon Master and for the clarification. Smile
Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by Guest January 24th 2009, 2:42 am

for phpBB3, this should work:

Code:
.topiclist.forums dd.posts {font-weight:bold;}
.topiclist.forums dd.topics {font-weight:bold;}

If you are heavily into CSS coding on your forum, you owe it to yourself to use Firefox with the DOM Inspector add-on. I found the above elements in less than 90 seconds...
avatar
Guest
Guest


Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by Brad38 January 24th 2009, 5:17 am

werefree wrote:for phpBB3, this should work:

Code:
.topiclist.forums dd.posts {font-weight:bold;}
.topiclist.forums dd.topics {font-weight:bold;}

If you are heavily into CSS coding on your forum, you owe it to yourself to use Firefox with the DOM Inspector add-on. I found the above elements in less than 90 seconds...

HELLO WEREFREE!

You're a genius, just like many people here on this help forum! I KNEW there must be a way to do this and easily! THANK YOU! Hello

Now, can you tell us how to make the "replies" & "views" bold when searching forums in any category? This would just be the tops Smile

Code:
.topiclist.forums dd.views {font-weight:bold;}
.topiclist.forums dd.replies {font-weight:bold;}

...doesn't work. Sad

What does DOM stand for? Looked in the add-ons, couldn't find this. Sad

Thank you so much and I hope everyone can benefit from your help. You must be a good searcher as not everyone is good at finding things on the net and which is relevant.
Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by Guest January 24th 2009, 10:04 pm

Try this:

Code:
.topiclist.topics .row dd.posts {font-weight:bold;}
.topiclist.topics .row dd.topics {font-weight:bold;}

For Firefox 3, here is the link to the DOM Inspector add-on:

https://addons.mozilla.org/en-US/firefox/addon/6622

for earlier versions of Firefox, DOM Inspector was part of the installation package.
avatar
Guest
Guest


Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by Brad38 January 25th 2009, 1:45 pm

Thanks Werefree,

Those second set of codes worked to make "replies" bold but not "views". Thank you as well for the info about DOM. Going to try to install the add-on and see what I can do with it. Wish me luck, I'm going to need it! lol!

Thanks again for your help with this stuff. Smile
Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by Guest January 25th 2009, 5:36 pm

Sorry...

.topiclist.topics .row dd.views {font-weight:bold;}
avatar
Guest
Guest


Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by Brad38 January 26th 2009, 1:06 am

Thanks again Werefree...this last code workd. Smile Thanks so much for your assistance with this and I'm going to try to figure out the DOM thing too.
Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

Solved Re: Code to make topics and views appear in bold?

Post by Nessa January 26th 2009, 11:00 am

Since this problem appears to be resolved, I will lock this topic now.


=> Locked
Nessa
Nessa
Energetic

Female Posts : 6203
Reputation : 128
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum