Hide Call Button/Floating Button

Discussion in 'RoadFighter WordPress Theme' started by mandied_dunbarton, Nov 8, 2019.

  1. mandied_dunbarton

    mandied_dunbarton New Member

    Joined:
    Sep 17, 2015
    Messages:
    19
    Likes Received:
    0
    I have searched the forum and tried to paste
    .call-us a.btn{
    display:none
    }

    into my custom CSS and it still is present.

    Thank you.

    website: www.dunbarton.com
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    .call-us {
    display: none !important;
    }


    I hope this will surely help you.

    Regards,
    Shemaela
    InkThemes.com
     
  3. mandied_dunbarton

    mandied_dunbarton New Member

    Joined:
    Sep 17, 2015
    Messages:
    19
    Likes Received:
    0
    That worked! thank you very much.
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for getting back to us,

    You are most welcome!

    Let us know if you need further help, we will be happy to help you.

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page