• Resolved pranaman

    (@pranaman)


    I’d like to deactivate the button.

    I’d like to avoid going into the code and/or making a child theme.

    Possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, currently there is no option for that, but you can use CSS to hide the button:

    .featured-button {
        display: none;
    }

    There are few plugins, that provides option to add custom CSS, so it shouldn’t be a problem for you.

    Regards

    Thread Starter pranaman

    (@pranaman)

    Amazing.

    I found the “Simple Custom CSS” plugin, installed it, and added the above code. Worked!

    Thank you ??

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