Support Forum
Gosh, I updated the Template Tags and Widgets and all my hard work above for styling that took me hours to get done is broken. Ok now looking at it I see the spListItemTag have been renamed but where's the number at the end coming from? Random? I see it's currently 16, how do I know if it will later change and same problem will happen?
EDIT: hey after playing with this I made it! Would not even have asked this question if I was a CSS expert... finally I find out this:
I was previously styling each li with this:
.spRecentPostsWidget li.spListItemTag { ... }
and now this seems to do the same job:
#spRecentPostsTag li { ... }
oh crap... that is my bad... screwed up... I meant to add a new class not overwrite the old...
hope this does not cause you more grief, but will correct it and push out a new version... it should have not broken anything... but I messed up...
pushing soon...
Visit Cruise Talk Central and Mr Papa's World
should be available now... sorry for the mess up...
Visit Cruise Talk Central and Mr Papa's World
the former is more specific so would highlight the exact li tag... if for some reason other li tags appeared in the recent posts, the latter is more generic and could end up styling other li tags...
but in this case, its the recent posts, so either is probably fine...
Visit Cruise Talk Central and Mr Papa's World