test melih
 melih
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • mfmujic Friend
    #903932

    Hi. you could help me to change the image of the heart, the clock for the template "ja-medical …"
    I publish a print screen for that you can see what I need.
    http://www.pergolasdelnorte.com.ar/images/resized/images/resized/images/mesasdejardin/plantilla.gif

    pavit Moderator
    #903934

    Hi

    Such icons are coming from font-awesome website
    To change them with other font-awesome icons you can edit file template.css in this folder /templates/ja_medicare/css/

    .t3-module.box-icon-note:before {
      content: "\f0f8";
    }
    .t3-module.box-icon-clock:before {
      content: "\f017";
    }
    .t3-module.box-icon-heart:before {
      content: "\f004";
    }

    and change the "code"; with your preferred font-awesome new icon

    Hope it helps

    nives Friend
    #923326

    Hi,

    I tried this but it’s not working for me. I changed the code and the name in template.css, and also in backend, but I get only blank box, without the picture.
    Any suggestions?
    Thnx

    pavit Moderator
    #923354

    Hi there

    You should change only the unicode in template.css file

    example:

    If you want to change the icon-hearth to Joomla icon then you need to find the icon Joomla unicode on font-awesome website
    Then copy the unicode f1aa overriding the unicode for icon-hearth in template.css file

    from :

    .t3-module.box-icon-heart:before {
      content: "\f004";
    }

    To :

    .t3-module.box-icon-heart:before {
      content: "\f1aa";
    }

    Look at the result


    1. Screenshot_1-8
    2. Screenshot_2-8
    nives Friend
    #923409

    I did that, and i still get only heart 🙁
    I even tried to replace the code in the font-awesome.css but nothing.

    pavit Moderator
    #923411

    I even tried to replace the code in the font-awesome.css but nothing.

    Share here as private reply a temp super user account to your backend so we can have a look at the problem

    nives Friend
    #923497
    This reply has been marked as private.
    pavit Moderator
    #923530

    The account provided above doesn’t works, could you double check it ?

    nives Friend
    #923622
    This reply has been marked as private.
    pavit Moderator
    #923626

    You are using /local folder so your changes should be done in this file /templates/ja_medicare/local/css/template.css

    I changed hearth icon with Joomla icon changing the unicode value and as you can see from your home it works fine.

    Regards

    nives Friend
    #923920
    This reply has been marked as private.
    pavit Moderator
    #923938

    how can i make this button not to be white on hover?

    I restored correct settings for it

    I disabled the development mode so you can see on front-end the resultes of customizations

    Regards

    P.S.

    Since we resolved the problem you had with the hearth icon on module , if you need other help with other issues, would be better to open new topics , in this way solutions proposed can help also other users.

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 11 replies, has 3 voices, and was last updated by  pavit 8 years, 9 months ago.

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