Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pontikos Friend
    #205579

    I would like to change the icons in the JA Medicare template to:
    Position 1: fa-users “f0c0”
    Position 3: fa-search “f002”

    I have updated the template.css file as per the screenshot. I have also tried matching the name to the code in the template.css (e.g. fa-users) file but nothing has helped. I have doubled checked permissions on the file to make sure the updated template.css file has been correctly uploaded.

    I am not sure what I am doing wrong, it either displays no icon at all or the default ‘heart’ and ‘note’ icon.


    1. Screen-Shot-2015-04-16-at-9.50.18-AM
    2. Screen-Shot-2015-04-16-at-9.50.05-AM
    phong nam Friend
    #567221

    Hi Pontikos,

    The first thing you need to do is changing module class suffix for your modules(position1/2/3). In this case, take a look about the module class suffix for Meet the Team module

    box-background-secondary box-icon box-icon-heart

    so if you want to change the icon, change the module class suffix to

    box-background-secondary box-icon box-icon-users

    Last step, open custom.css file and add css code for your new icon

    .t3-module.box-icon-users:before {
    content: “f0c0”;
    }

    Let me know if you still face the issue.

    Pontikos Friend
    #567227

    I followed these steps but now I have no icon displaying at all in position 1 and position 3. See screenshots for settings and results.
    .


    1. Screen-Shot-2015-04-16-at-12.42.35-PM
    2. Screen-Shot-2015-04-16-at-12.42.27-PM
    3. Screen-Shot-2015-04-16-at-12.42.08-PM
    phong nam Friend
    #567250

    Hi there,

    Open custom.css file located at yourdomain.com/dev/templates/ja_medicare/css/custom.css

    then add the css code
    .t3-module.box-icon-users:before {
    content: “f0c0”;
    }

    .t3-module.box-icon-search:before {
    content: “f002”;
    }

    the result like so

    Hope that more clear.


    1. site
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  phong nam 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum