Editing specific categories/forums
3 posters
Page 1 of 1
Editing specific categories/forums
Hi 
I was wondering if it's possible to edit specific forums on the home page index. Like, if i want a specific forum to have a different background color or a different width compared to the others.
Is it possible?

I was wondering if it's possible to edit specific forums on the home page index. Like, if i want a specific forum to have a different background color or a different width compared to the others.
Is it possible?
Re: Editing specific categories/forums
Yes, it's possible!
Depending on your forum version you can use either an identifier or the nth-child css selector. What version forum is your question for?
Depending on your forum version you can use either an identifier or the nth-child css selector. What version forum is your question for?
Re: Editing specific categories/forums
Hello,
Use this Javascript:
The eq(0), it's the position of the category. In this case your first category that you have. Just add a consecutive number.
Use this Javascript:
- Code:
$(function() { $('li.header:eq(0)').css('background-color','orange'); });
The eq(0), it's the position of the category. In this case your first category that you have. Just add a consecutive number.
eq(1) -second forum
eq(2) - third forum
eq(3) - fourth forum
etc

» Editing Forums and Categories.
» Specific groups for specific forums?
» Make Group-Specific Topics/Categories?
» Do you want to have an option in editing forums in Admin Panel where you can change the settings for the selected forums?
» Can i set a value of post for Categories and forums so members are under that value can not go to the Categories and forum?
» Specific groups for specific forums?
» Make Group-Specific Topics/Categories?
» Do you want to have an option in editing forums in Admin Panel where you can change the settings for the selected forums?
» Can i set a value of post for Categories and forums so members are under that value can not go to the Categories and forum?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum