jsmith1990,
To [info_box] add attribute icon_url=”absolute image url”
Example
[info_box icon_url="http://themes.fruitfulcode.com/fruitful/wp-content/uploads/2011/05/img_title_1.png"]
There is no options to make text bigger, it possible via theme options > custom css. Add this lines
#page .info_box_area .info_box .info_box_text {
padding: 0 25px;
font-size: 18px !important;
}
Shortcodes
http://themes.fruitfulcode.com/fruitful/shortcodes/
Do you have a list of other icons I can use? Or is there a way to import icons from a place like fontawesome?
Theme have only default icon as placeholder. You need create your own, upload it to media gallery and add it.
When I try and do this one the first box I am not getting any changes. Is there something I need to do differently for the first one?
jsmith1990,
Did you use feature as “Install dummy data”? You must have default infoboxes on home page, just replace images path in icon_url=””
Copy/paste shortcode “Display content in 4 columns”
from http://themes.fruitfulcode.com/fruitful/shortcodes/
[info_box_area columns_count="4"]
[info_box title="Simple design" type_column="alpha"]Content for first column[/info_box]
[info_box]Content for second column [/info_box]
[info_box]Content for third column [/info_box]
[info_box type_column="omega"]Content for the four column[/info_box]
[/info_box_area]
If you can’t make changes, you can hire our developers for theme customization.