Support Forum
hi i got the recently topics in my home page but i dont really like the way it looks, is there any way i can make it look like the one on the forum. this is my site http://itmotorsports.com/
thanks
Forum page
you will need to style them... and control the data you want output...
since its outside the forum page, our css is not loaded... but we put classes or IDs on most everything so you can completely style...
you can also control which elements are display and not... you didnt say if it was the widget or a template function, but the concept is the same.... see:
http://codex.simple-press.com/.....ts-widget/
http://codex.simple-press.com/.....ent-posts/
on how to customize the elements that display...
Visit Cruise Talk Central and Mr Papa's World
do you know how to inspect css? you can do it using most browsers... with Firefox, use Firebug... IE and others have it built in... our view the page source via the browser and look at the classes/IDs...
Sorry, there are a bunch of them and not sure which you want to style or how, so hard to be more specific...
for example,
each topic is either wrapped in a div or li depending on your settings.. has class of spListItemTag...
the avatar is wrapped in a div with calss of spAvatarTag... the img has a class of spAvatar...
links have class of spLinkTag...
text has a span and class of spTextTag...
Visit Cruise Talk Central and Mr Papa's World
you would want to right click on the element and use the inspect item... a window at bottom will attach and you can tweak css...
you make the css changes to your wp theme since sp css is not loaded on non forum pages...
so try
li.spListItemTag {border: 1px solid black;}
of course, pick your own color... and you probably want to throw some padding in there and perhaps border radius... your call... but the li.spListItemTag allows you to style each recent topic entry... some of the other ones I gave you let you dig down to each element within the list item...
Visit Cruise Talk Central and Mr Papa's World
glad to help. holler if you have any more questions!
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)