• Resolved k3113y

    (@k3113y)


    The ‘subscribe’ button located in the footer on my website doesn’t seem to do anything. When I enter my email as a test, nothing happens. I can’t seem to locate the settings when I look in customize and then footer. My website is https://www.passionatelyselfemployed.com. I use the Breviter Pro premium theme. I tried switching back to the TWENTY SIXTEEN wordpress theme to see if the subscribe button exists without my premium theme, and it doesn’t – so the feature seems to be tied to my theme.
    ?
    As I’ve added a subscribe feature in the sidebar using a mailchimp widget, I’d rather delete the one located in the footer. I can’t seem to find where I can access settings or code to remove this button. Can anyone help? Is this complicated to do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello k3113y,

    If you can’t find option for remove that Subscriber form you can hide it via css.

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    .main-footer .social-block .subscribe-form-wrapper {
    display: none;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thread Starter k3113y

    (@k3113y)

    Wow, thank you!! You made the fix so easy. I was able to add the css code into Additional CSS, and the subscribe feature is gone! Thanks again.

    • This reply was modified 8 years ago by k3113y.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Subscribe Button from Footer’ is closed to new replies.