This topic has 5 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #147353
     bartvastenburg
    Participant

    Hi there,

    I successfully changed the home page stats, introducing my own custom images, using

    1
    [kleo_status_icon type=“custom” field=“YOUR CUSTOM FIELD HERE” value=“THE VALUE TO COUNT” online=“yes” subtitle=“YOUR SUBT)

    The custom images are, however, shown much too big. Can you please tell me where / how I can resize them to a proper maximum size (approx 120 x 120)?

    Thanks in advance!

    #147391
     Laura
    Moderator

    Hello, just add this to style.css of child theme 🙂

    COPY CODE
    
    .status img {
        width: 120px;
        height: 120px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #147529
     bartvastenburg
    Participant

    Hi Laura,

    thanks for your prompt reply. I added this to the style.css but it doesn’t seem to change the size at all.
    Any suggestions? The child theme style.css sheet currently looks like this:

    ————————————–

    /*
    Theme Name: Sweetdate Child
    Theme URI:
    Description: Child theme for Sweetdate
    Author: SeventhQueen
    Author URI: http://seventhqueen.com
    Template: sweetdate
    Tags: dating, clean, responsive, creative, minimal, modern, landing page, social, buddypress,bbpress, woocommerce
    License: GNU General Public License
    License URI: license.txt
    */
    @import url(“../sweetdate/style.css”);

    /*
    * Please add your custom styles below
    */
    .status img {
    width: 120px;
    height: 120px;
    }

    ————————————–

    #147725
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    .status img {
        width: 120px !important;
        height: 120px !important;
    }
    

    If you have a cache plugin, clear cache,if still doesnt work, try to paste it at quick css at theme settings

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #147786
     bartvastenburg
    Participant

    Hi Laura, adding this to the quick css worked; thanks so much!

    #147984
     Laura
    Moderator

    Glad to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?