• Resolved trip62

    (@trip62)


    Hi there,

    Thanks for the great plugin.

    I am using ‘wtpsw_popular_post’ in the free version. Is there a way I can change the colour of the post title/headline? If it needs additional CSS, what is the code needed?

    Also, can the post thumbnail be clickable?

    Thanks again!
    – Dan

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    Go to the “Additional CSS” part of the dashboard and add below CSS(Path: Admin Panel->Appearance->Customize->Additional CSS).

    .wtpsw-post-slider.design-1 .wtpsw-post-title a { color: #f1f !important; }

    Question: can the post thumbnail be clickable?
    Answer: Yes, It’s possible but for this, you need to customize our plugins design file.

    Let me know if you are any other queries.

    Thanks,

    Thread Starter trip62

    (@trip62)

    Edit: Thanks for help @patelketan, that worked.

    What must I edit to make the thumbnails clickable?

    Thanks again
    – Daniel

    • This reply was modified 5 years, 4 months ago by trip62. Reason: It works
    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Go to wp-trending-post-slider-and-widget -> templates -> slider -> design-1.php code file and replace line no 16 to below code.

    <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail(array(500,500)); ?></a>

    Note:- If you update the plugin in the feature then your changed core plugin file change will be lost.

    Please let me know if you have any other queries.

    Thanks,

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    If you like this plugin please give your important Rate and Review here…

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change colour of post title’ is closed to new replies.