How translate 'tap to call" in French?

Discussion in 'ButterBelly WordPress Theme' started by dedieo62, Mar 6, 2015.

Thread Status:
Not open for further replies.
  1. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    I would like to have 'Contactez-nous' instead of 'tap to call' ? Is there any custom css code to do that or which file I should modify on butterbelly template?

    Sincerely Yours,
    Dedieo62
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,


    We are using image as background.
    You can create you image and use that image as background on that place.

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 767px) and (min-width: 480px)
    {
      {
      .call-us a.btn {
        background: url(http://2.bp.blogspot.com/-5ZgyAuf8eoA/VDXc9PWjycI/AAAAAAAAD1Y/wKGqC6I3dXw/s1600/accept%2Bcall%2Bicon%2Bin%2BGalaxy%2BS5.png);
      }
      }
      }
      
      @media only screen and (max-width: 480px)
      {
      .call-us a.btn {
        background: url(http://2.bp.blogspot.com/-5ZgyAuf8eoA/VDXc9PWjycI/AAAAAAAAD1Y/wKGqC6I3dXw/s1600/accept%2Bcall%2Bicon%2Bin%2BGalaxy%2BS5.png);
      }
      }
    
    Please put you image url.
    Image should have approx 150px X 50px dimensions.

    Thanks & Regards
    Pramod Patel
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Cool, I will try it.

    Thank you very much Pramod!
    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page