Nitaaiji
Active member
I want to apply the below 2 css only on tag pages like:
myforum.com/tags/xxxxx
.contentRow-snippet {
display: none;
}
.contentRow-minor {
display: none;
}
What conditional css should I use for that so that this css does not get applied to all the other sections? Thanks in advance for any help.
PS. Basically I want to hide the meta and excerpt for each thread on tag pages.
myforum.com/tags/xxxxx
.contentRow-snippet {
display: none;
}
.contentRow-minor {
display: none;
}
What conditional css should I use for that so that this css does not get applied to all the other sections? Thanks in advance for any help.
PS. Basically I want to hide the meta and excerpt for each thread on tag pages.