Hello
I have a forum category like this image below, and i call it F1 :
I wanna change background of the entire topics in that forum category. Exp: when my users are redirecting to a post belong to F1 category, then body background will be change to https://i.imgur.com/k6hwhcd.jpg - not https://i.imgur.com/LBzrHIc.jpg .And of cuz, it should work on forum categorys, but another image
My forum: http://rotavn.nstars.org/
Tks for reading!
I have a forum category like this image below, and i call it F1 :
I wanna change background of the entire topics in that forum category. Exp: when my users are redirecting to a post belong to F1 category, then body background will be change to https://i.imgur.com/k6hwhcd.jpg - not https://i.imgur.com/LBzrHIc.jpg .And of cuz, it should work on forum categorys, but another image
- Code:
Default background - work all the page
body{background:url('http://i.imgur.com/LBzrHIc.jpg')}
Work only on F1 category
body{background:url('http://i.imgur.com/k6hwhcd.jpg') no-repeat !important)
Work only on F2 category
body{background:url('http://i.imgur.com/ELh2eeA.jpg') no-repeat !important)
My forum: http://rotavn.nstars.org/
- Test account:
ID username: Calypso
PW: qaz!@#456
Tks for reading!
Last edited by sarkzkalie01 on November 14th 2014, 3:39 pm; edited 1 time in total (Reason for editing : Topic Solved)