Support ForumServices & Capabilities Icons – Support Forum https://support.ishyoboy.com/forums/topic/services-capabilities-icons/feed Fri, 14 Mar 2025 09:03:19 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/services-capabilities-icons/#post-450 <![CDATA[Services & Capabilities Icons]]> https://support.ishyoboy.com/forums/topic/services-capabilities-icons/#post-450 Sun, 25 Aug 2013 14:04:04 +0000 chris2224au Hi, loving the theme, but it is possible to edit the icons which are in the theme demo Services & Capabilities page. I want to change from icons to images I upload.
Thanks in advance…

]]>
https://support.ishyoboy.com/forums/topic/services-capabilities-icons/#post-456 <![CDATA[Reply To: Services & Capabilities Icons]]> https://support.ishyoboy.com/forums/topic/services-capabilities-icons/#post-456 Mon, 26 Aug 2013 06:17:39 +0000 IshYoBoy Hi there,

Yes, it is possible. You have to add a “css_class” to the charts shortcode and then use it inside the “Custom CSS” field in the administration to add some styles to display the image.

The easiest would be to:

1. Create a square image of the same size the chart is.
2. Give it a transparent background
3. Center the image in the square
4. Just set the given chart’s background to use the image

Alternatively, you could use background position to avoid the unnecessary transparent area around the image you’d like to be displayed in the center.

E.g.:

If you have a chart of 200 x 200 pixels then set its background to:

background: url(‘https://mvdev.ishyoboy.com/minicorp/wp/wp/wp-content/uploads/minicorp-logo-dark1.png’) 16px 78px no-repeat;

Note that the center of the background is 100px 100px but since our logo image is 168px x 45px we had to substract the half of it from the coordinates so that it is centered. This is why we have (16px 78px);

You can use the “style” attribute of the chart shortcode to enter the styles inline but making it with a “css_class” would be much nicer and re-usable.

Hope it is all clear :) Just let us know if not. Have fun

Cheers.

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>