Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › SF-ICONBOX
New Landing › How can we help? › Themeforest Theme Support › Dante › SF-ICONBOX
- This topic has 15 replies, 3 voices, and was last updated 10 years by Mohammad – SUPPORT.
-
Posted in: Dante
-
March 21, 2014 at 3:26 pm #59730
Hi Kyle,
Could you help me out with the alignment of the SF-iconbox. All the sf-iconbox are not aligned properly one is short in height when compared to another. Is there any way I could make them appear uniformly aligned. Link is given below for you to have a look at it.
http://xtreamit.com/ishaqkhan12/bigdata/Thanks
March 22, 2014 at 5:22 pm #59900Hi,
It is due to long word text so there is only way to fix it . Please use this custom css
div.sf-icon-box-content-wrap h3{font-size:16px;}
Hope it will work 100% .
ThanksMarch 24, 2014 at 3:59 pm #60364Thanks a lot Mohammed.
March 24, 2014 at 5:09 pm #60404Hi,
You most welcome
Thanks ๐
With Best Regards
Swift IdeasMarch 24, 2014 at 5:18 pm #60409Hi Mohammed,
I need to change the color of the individual sf-icon boxes while flipover. The link of the page is given below:
http://xtreamit.com/ishaqkhan12/careers/I want different colors for all the sf-icon boxes on the careers page. I need your help in changing it to different colors.
Thanks
March 25, 2014 at 9:38 am #60613HI,
How did you make this flipover green color ?
Thanks ๐
With Best Regards
Swift IdeasMarch 25, 2014 at 12:51 pm #60764I read the support page which is given in the link below.
http://support.swiftideas.net/knowledgebase/how-to-set-a-different-colour-for-each-animated-icon-box/I was able to change the color of only one icon box flip over. I am unable to do it for the rest of the sf icon boxes. Can you please figure out something to change each sf icon box to different color ASAP.
Thanks
March 25, 2014 at 1:35 pm #60792Hi
You need to change all the ‘one’s to ‘two’s and so on.
– Kyle
March 25, 2014 at 2:19 pm #60809I tried changing the one’s to two’s, three’s, four’s, five’s and sixes but it is not being reflected in the page
http://xtreamit.com/ishaqkhan12/careers/I am sending you the credentials
username: wpadmin
password: wpadminColor Codes for the flip over:
#386da4
#d0532a
#e39c1f
#91aa34
#6a135c
#004681
#449096Please get back to us as soon as possible.
ThanksMarch 25, 2014 at 5:21 pm #60908That password does not work for me, pleas ensure that you have also changed the class of the wrapping div.
– Kyle
March 25, 2014 at 5:34 pm #60917This reply has been marked as private.March 26, 2014 at 8:12 am #61070Yes and then to apply that css you need to add the wrapping div, for e.g. the first one is:
<div class="icon-box-colour-one"> [sf_iconbox image="ss-stopwatch" character="" type="animated" title="Quick & Easy" animation="none" animation_delay="200"]Getting started is easy. Install our demo content and you'll be on your way in no time at all. [/sf_iconbox] </div>
The second one will be:
<div class="icon-box-colour-two"> [sf_iconbox image="ss-stopwatch" character="" type="animated" title="Quick & Easy" animation="none" animation_delay="200"]Getting started is easy. Install our demo content and you'll be on your way in no time at all. [/sf_iconbox] </div>
with the css:
/* Front icon colour */ .icon-box-colour-two.sf-icon { color: #a6ce39!important; } /* Front text colour */ .icon-box-colour-two.sf-icon-box-animated .front h3 { color: #a6ce39!important; } /* Flipside background colour */ .icon-box-colour-two.sf-icon-box-animated .back { background: #a6ce39!important; } /* Flipside text colour */ .sf-icon-box-animated .back, .sf-icon-box-animated .back h3 { color: #000!important; }
– Kyle
March 26, 2014 at 12:13 pm #61199Hi Kyle,
I have added the wrapping div to the sf-icon box in the Text Box(Full Width) “Text” Tab.
<div class=”icon-box-colour-three”>
[sf_iconbox image=’ss-share’ type=’animated’ title=’Join XtreamIT Talent Community’ animation=’pop-up’ animation_delay=’200′ link=”http://www.linkedin.com/company/1411286?trk=tyah”%5D
We invite you to be a part of talented team..
[/sf_iconbox]
</div>I have added the css code to the main stylesheet “style.css”. Even after updating the css I am unable to see the result on the web page.
http://xtreamit.com/ishaqkhan12/careers/This is what I mentioned earlier & I dont think this issue is resolved yet.
March 26, 2014 at 1:26 pm #61219Ok it’s working now, there was a little error in the css. Also, you are not supposed to edit the style.css file, only add custom styles the the custom css box in theme options.
– Kyle
March 26, 2014 at 3:28 pm #61275Thanks a lot for updating the changes quickly Kyle.
-
Posted in: Dante
You must be logged in and have valid license to reply to this topic.