Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • acusticambiente Friend
    #202349

    ….and something is carshed. please help me


    1. sito
    Pankaj Sharma Moderator
    #553844

    It is affected by font-awesome css file . Acutally the background icon class is conflicted between template file less/css and font-awesome css file .
    First take a full backup of your site .
    And PM me your working FTP details . I will fix it directly on your site .

    Pankaj Sharma Moderator
    #553981

    Hi FTP details are not full. but i fixed it via admin panel
    this workaround that i used
    Go to Module manager >> Quick Contact >>Editor source code
    Change this code

    <p><a class="btn-icon btn-big icon-contact" title="Richiedi Info" href="index.php?option=com_k2&view=item&layout=item&id=18&Itemid=561"><span>Richiedi Info</span></a></p>

    With this code

    <p><a class="btn-icon btn-big ico_contact" title="Richiedi Info" href="index.php?option=com_k2&view=item&layout=item&id=18&Itemid=561"><span>Richiedi Info</span></a></p>

    Now to your template css folder
    css/custom.css file
    If there is no custom.css file
    then create a file with name custom.css and add this code

    .ico_contact {
    background-image: url(../../../templates/ja_mero/images/ico/mail-big.png);
    }

    Please check your site now

    acusticambiente Friend
    #554010

    it’s working. thanx!

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

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

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