-
Author
-
December 18, 2016 at 01:55 #147353
bartvastenburg
ParticipantHi 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!
December 19, 2016 at 06:29 #147391Laura
ModeratorHello, 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 solutionDecember 20, 2016 at 11:22 #147529bartvastenburg
ParticipantHi 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;
}————————————–
December 21, 2016 at 20:10 #147725Laura
ModeratorHello, 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 solutionDecember 22, 2016 at 11:22 #147786bartvastenburg
ParticipantHi Laura, adding this to the quick css worked; thanks so much!
December 26, 2016 at 01:48 #147984Laura
ModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.