Help > Layout & Coding Help > Post Reply     

need some assistance

Default Avatar
primrose •• creepin' ♥
April 28th, 2015 5:55:32am
2,687 Posts

How do you hide the feed info on your horses/dogs?


 


And how to keep the shows divider to constantly show? Or hide an open one?? :3




 


View Comments 1


Player Avatar
Master Administrator Samantha - see page to know who to contact directly!
April 29th, 2015 12:27:52am
4,333 Posts

I'm not good at the layout coding thing, but I'm bumping this for you! :).




 

Player Avatar
uni
April 29th, 2015 1:50:05am
1,338 Posts

Hide feed:

 

[id^="divider"] tbody td:nth-child(5){display:none}
[id^="divider"] tbody th:nth-child(5) {display:none}

#noDividerH tbody td:nth-child(5){display:none}
#noDividerH tbody th:nth-child(5) {display:none}

 

Shows box:

 

#shows {display:block!important}

 

If you want to have a specific divider closed, you need to get the ID number of the divider and then put:

#divider1234 {display:none!important}

You can find the ID number of your divider by viewing the source code of your layout and finding which divider it is that you're after.




 

Default Avatar
primrose •• creepin' ♥
April 29th, 2015 7:24:30am
2,687 Posts

Thankies sam and uni! :3




 

Player Avatar
Kirre Potter
April 29th, 2015 10:52:40am
420 Posts

Unneerrr to the rescueee! xD 

 




 

Default Avatar
primrose •• creepin' ♥
April 29th, 2015 8:27:24pm
2,687 Posts

Im still a n00b at coding xD




 

View Comments 1