• Resolved jsmith1990

    (@jsmith1990)


    I am trying to edit the look of the shortcode for “Display content in 4 columns.” I want to make my text bigger and to change the logo.

    How would I do this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    jsmith1990,

    To [info_box] add attribute icon_url=”absolute image url”
    Example

    [info_box icon_url="https://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
    https://themes.fruitfulcode.com/fruitful/shortcodes/

    Thread Starter jsmith1990

    (@jsmith1990)

    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 Author Fruitful Code

    (@fruitfulcode)

    Theme have only default icon as placeholder. You need create your own, upload it to media gallery and add it.

    Thread Starter jsmith1990

    (@jsmith1990)

    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?

    Theme Author Fruitful Code

    (@fruitfulcode)

    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 https://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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcodes’ is closed to new replies.