• Page 1 of 1
  • 1
Certain design for a Forum Section
Mark69
Posts: 17
Reputation: 0

Message # 1 | 4:40 PM
Hello,

I have a question regarding the Forum Section. I used search, but I couldn't find an answer to this question.
Is it possible to set a certain design for a Forum Section using $URI_ID$?

Like make a few CSS variables in the CSS Template and load them via $URI_ID$ in a Forum Section?

And, if that's kinda hard, is it possible to set a specific background in a Forum Section?
[http://www.nod69.com/SectionDesign.png](White part in the picture)

Thanks in advance.

kanat07
Posts: 28
Reputation: 0

Message # 2 | 5:40 PM
Hey Mark69,

Put the code below under your main css (link rel='stylesheet')

Code

<?if($URI_ID$="frCategoryX")?>

<style type="text/css">
  /* here is my css code */
</style>

<?endif?>
Mark69
Posts: 17
Reputation: 0

Message # 3 | 9:45 PM
kanat07, thanks a lot!

I've got another related question tho.
Is it possible to set that each $URI_ID$ in a section gets affected as well?

It's kinda annoying to add all the the new topics to the list.

  • Page 1 of 1
  • 1
Search: