Change AJAX Popular Posts Style.

Posted in: Newspaper
Post count: 181

Hello,

I’m using the plugin ‘AJAX Hits Counter + Popular Posts Widget’ to display one popular post on my homepage sidebar, as i’m using a cache plugin as well.

How can i apply the same styles to this code:

<span class="popularsidepost">
  <a href="{permalink}" title="{post_title}">{thumbnail-320x240}{post_title}</a>
</span>

So it looks the same as the other posts (output) on the homepage?

Clear things up: I want the same font and size for the post title, rounded image for the widget also positioning of the text and image (so it doesn’t look any different for any other content on the homepage).

For the rounded image, i’m using the custom CSS (in the theme options):

.wpb_row.row-fluid div.thumb-wrap a img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}

Thanks 🙂

Post count: 854

hi,

try chancing the link with :

.popularsidepost a {
  /*css code here*/
} 

Thanks for you message.
Radu A.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.