Support » Theme: Dazzling » How to Remove Call for Action Button – Dazzling theme

  • Resolved rbenfi01

    (@rbenfi01)


    Hi,I am new to WordPress and have downloaded Dazzling theme. I am trying to remove the Call for Action button but can’t work out how to do it. I searched the forums and they say go to “Theme options” which no longer exists. I can find how to edit it in “customise” but not how to remove the button. I still want the area but no actual button.
    Any help would be greatly appreciated. My site is greatsouthernhomeloans.com.au
    Thanks
    Richard

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey Richard,

    How are you doing today?

    I’m not really familiar with the theme that you’re using so you should definitely search for options in Appearance -> Customize. If there is no option to remove this button you can definitely do it with some custom CSS.

    If you want to go for a custom CSS solution please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    a.btn.btn-lg.cfa-button {
        display: none;
    }

    This should hide only the call to action button.

    Hope this helps 🙂

    Cheers,
    Bojan – WPMU DEV

    Thread Starter rbenfi01

    (@rbenfi01)

    Hi Bojan,

    Thanks for the reply and that worked perfectly.

    I appreciate the help.

    Cheers
    Richard

    Awesome! Glad I could help 🙂

    Cheers,
    Bojan

    Free WP TP

    (@freewptp)

    Hi Bojan,

    I hope you are well today and thanks for helping out here in this forum.

    Your help here is really appreciated.

    Thanks,
    Movin

    Hello,

    I am having a similar issue. I have a red call to action pull down at the top of my page. I would like to remove it. I have tried using the CSS code mentioned above but unfortunately that didn’t work. (www.heartlanddronecompany.com) I am using a Themify Ultra template.

    I have installed the Simple Custom CSS plugin. I’m not familiar with code so it’s been a pretty slow process of trial and error.

    Any help is greatly appreciated. Thank you!

    Hey baseball21a,

    Try adding the following CSS code to Appearance -> CSS

    a.pull-down {
        display: none;
    }

    If the code doesn’t work please keep it added and let me know so I can take a look 🙂

    Cheers,
    Bojan

    Yes this worked perfectly. Thank you, Bojan!

    Glad I could help 🙂

    Cheers,
    Bojan

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to Remove Call for Action Button – Dazzling theme’ is closed to new replies.