Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author kutsy

    (@kutsy)

    Hello.
    You can use tags and classes in your Widget Setup.
    For example:

    <a href="{permalink}" class="title">{post_title}</a>
    <a href="{permalink}" class="excerpt">{post_excerpt_20}</a>
    Thread Starter larsbos

    (@larsbos)

    Thanks for the reply. I tried but it seems that the code {font-weight:normal;} of bold isn’t working, it displays the code on the site and nothing seems to happen..

    Plugin Author kutsy

    (@kutsy)

    First of all, you need to separate your title and excerpt into 2 tags.
    Fill settings of Popular Posts Widget field HTML of one item this:

    <a href="{permalink}" class="title">{post_title}</a>
    <a href="{permalink}" class="excerpt">{post_excerpt_20}</a>

    And in CSS write this:

    .ajax_hits_counter_popular_posts_widget ul li a {
        font-weight:bold;
    }
    .ajax_hits_counter_popular_posts_widget ul li a.excerpt {
        font-weight:normal;
    }
    Thread Starter larsbos

    (@larsbos)

    Great thanks for your help…

    Plugin Author kutsy

    (@kutsy)

    You are welcome

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Title’ is closed to new replies.