• Resolved inuser

    (@inuser)


    Hello

    Is it possible to remove one of the buttons in the Contact Callout section?

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi

    For this use below code in custom css Field

    .btn-area
    {
    display:none !important;
    }

    Any confusion let me know

    Thanks.

    Thread Starter inuser

    (@inuser)

    Hi Imran.

    Yes, I’m confused now, as there is no custom css field in the Contact Callout section.

    Thanks.

    Hi

    Follow below path

    Theme Dashboard >> appearance >> customize >> header setting >> custom css Filed

    Thanks

    Thread Starter inuser

    (@inuser)

    Hi Imran.

    I applied this css and both buttons disappeared. I need to hide only one (Purchase now) button and leave another (Get in touch) button.

    Is it possible?

    Thanks.

    Hi

    For this use below code in custom css Field

    .callout-btn1
    {
    display:none !important;
    }

    Thanks.

    Thread Starter inuser

    (@inuser)

    Hi Imran.

    Thank you very much.

    It works!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Theme Appointment-Free] – Contact Callout section’ is closed to new replies.