• Resolved panda32

    (@panda32)


    Hi, great theme.

    Is there any way of removing the newsletter on the landing page? I need to add a custom javascript form.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author ThemesBros

    (@themesbros)

    Hi,

    yes, download child theme for that: http://themesbros.com/mosalon-child.zip, and install.

    Create folder “template-parts” in wp-content/themes/mosalon-child, and create a file section-top-cta.php inside of newly created template-parts folder.

    Copy code from here: http://pastebin.com/3v60YHKj and paste it to section-top-cta.php. Now, just add your html, php code where it says:
    <!-- you can start editing here -->.

    Regards,
    Sinisa

    Thread Starter panda32

    (@panda32)

    Works a treat, thank you

    Thread Starter panda32

    (@panda32)

    Hi, do you know how to increase the width? seems to be using the same width as the mailchimp form?

    Theme Author ThemesBros

    (@themesbros)

    Hi,

    yes, it’s using the same width.
    To increase the width, you’ll need to add something like this to mosalon-child style.css:

    #mosalon-checklist {
        width: 60%;
    }
    #mosalon-newsletter {
        width: 40%;
    }

    Now change 60 and 40 accordingly to your wish.

    We’re glad if we can help out! You can help us if you leave a rating.

    Best regards,
    Sinisa

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove mailchimp sign up’ is closed to new replies.