I am having trouble getting the icon boxes to work as per the demos.
I want to have an icon at the top of a box, the the only option that will actually show a box is type1, nothing else actually puts it in a box, it just shows the icon with text underneath. In fact quite a few of the types do not seem to display as per the demos.
I do not have any custom css or anything, I am pretty much just starting from scratch here.
What icon box type you would like to use, can you share a screenshot or give us a link of our demo.
When you use the icon box module you can change the border and background color, changing this will create a box effect, if you can give us more information we will be able to give you better advice.
ok if I set a bgcolor and border color then it works, but being as this was not required for type1, which has a default background and border color, I did not realise it required for all the other types.
Are there any built in classes for changing font size, so I can have smaller fonts in icon boxes etc, or do I have to create custom classes for this ?
if you want to change the font size for the element header or text you can add custom css using the class we use for the box, if you are using chrome make a right click on the element you want to change and click inspect element them you should be able to see the class you need to use to change the element.
Do not hesitate to contact us if you have more questions.
I am having trouble getting the icon boxes to work as per the demos.
I want to have an icon at the top of a box, the the only option that will actually show a box is type1, nothing else actually puts it in a box, it just shows the icon with text underneath. In fact quite a few of the types do not seem to display as per the demos.
I do not have any custom css or anything, I am pretty much just starting from scratch here.
Hello, thanks for purchasing Thefox!
What icon box type you would like to use, can you share a screenshot or give us a link of our demo.
When you use the icon box module you can change the border and background color, changing this will create a box effect, if you can give us more information we will be able to give you better advice.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
ok if I set a bgcolor and border color then it works, but being as this was not required for type1, which has a default background and border color, I did not realise it required for all the other types.
Are there any built in classes for changing font size, so I can have smaller fonts in icon boxes etc, or do I have to create custom classes for this ?
Hello,
if you want to change the font size for the element header or text you can add custom css using the class we use for the box, if you are using chrome make a right click on the element you want to change and click inspect element them you should be able to see the class you need to use to change the element.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
the container is
<div id="rand_on8vi7y5i5t1ygdxgbr5" class="icon_box2_left_b rda_rubberBand animated rubberBand">
The ID is random and has a <style> block defined right before the html, so I am not able to override it.
icon_box2_left_b rda_rubberBand seems to be for a very specific type of box/animation, whereas I want to change the default size for all icon boxes,
Hello,
If you want to only change the font size then you can add this custom css :
.icon_box2_left_b h3 { font-size:18px !important; }
change the 18px to the size you want to use.
This should do the trick.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
I tried this but it only changes the text in one of the boxes.
Hello,
Do you have a link to share?
Are you using the same type box for all the icon box?
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme