• Resolved TheTJ

    (@measuringflower)


    [ Moderator note: moved to Fixing WordPress. ]

    I am using the premium version of the Social Warfare plugin. I would like to customize the thumbnails on the Popular Posts widget so that they have these properties:

    background-color: #F5F5F5;      
    border: 2px solid #f70d1a;      
    border-radius: 50% 50% 50% 50%;      
    padding: 3px;

    I need to know what code to put exactly where (I know some of this stuff but still slowly learning).

    I am using the Genesis theme with the Tasteful child theme from Restored 316 Designs.

    My website is MeasuringFlower.com.

    Thank you kindly!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    – For pro or commercial product support please contact the author directly on their site.
    – As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there.

    Thread Starter TheTJ

    (@measuringflower)

    @t-p actually I already contacted them about this matter and they said they are unable to help me, but that it is possible and to get in touch with someone who knows how. Hence my reaching out here. 🙂

    Moderator bcworkz

    (@bcworkz)

    #swp_popular_posts_widget-2 {
    	border: 2px solid #f70d1a;
    	border-radius: 50px;
    	padding: 3px;
    	background-color: #f5f5f5;
    }

    50% border radius does not look right. You can try it and see for yourself, it’s a rather amusing effect 🙂

    Your theme should have an area for custom CSS somewhere. Try looking in the customizer. Failing that, there are plugins for helping you apply custom CSS.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Social Warfar Popular Posts Widget Thumbnails’ is closed to new replies.