remove call to action button

Discussion in 'BlogSpring WordPress Theme.' started by superevent, Nov 11, 2014.

  1. superevent

    superevent Guest

    Joined:
    Apr 11, 2014
    Messages:
    37
    Likes Received:
    0
    Hi. I would like to remove the call to action button in responsive mode, and the phone button in normal mode. How do I do that?
    Bests Mikkel
     
  2. Pramod

    Pramod Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .call-us a.btn {
    display: none !important;
    }
    .call_us{
    display:none !important;
    }

    Thanks & Regards
    Pramod
     

Share This Page