Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
Forum and subforum "preview"/listed info
Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jul 30, 2014 - 4:50 am

Glad you got it how you want it :)

Do you use the inspector in your browser? It's the best way of finding the class of what you want. Firefox for example, right click on the element you want to look at and click 'inspect element'

I think what you are looking for is:

#spMainContainer .spRowDescription {

but you might want to specify as spRowDescription could be used elsewhere, so to be accurate:

#spMainContainer .spForumTopicSection .spRowDescription {

As for the star, this is controlled by the plugin CSS file. Unified uses spcss files which you can edit to override the default CSS, and you can find those in the unified/styles folder. You want to look at sp-rating.spcss.

Again, inspect the star and you should see it gets its styling from:

#spMainContainer .spTopicRatingStars img,

Again same as before, you can specify which star you want to move from which view (so to not move all of them) by creating a new CSS rule and adding the container that the star is in to the CSS using the appropriate hierarchy.

Avatar
Grind Club
Member
Free Members
sp_UserOfflineSmall Offline
Aug 2, 2014 - 6:55 pm

Thank you :)

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Aug 2, 2014 - 7:26 pm

you are welcome.  glad we could help.

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625