Reply To: Form styling, indentation and new windows

Home Forums Support Form styling, indentation and new windows Reply To: Form styling, indentation and new windows

Home Forums Support Form styling, indentation and new windows Reply To: Form styling, indentation and new windows

#158429
Tom
Lead Developer
Lead Developer

Thanks again for the coffees πŸ™‚

1. This CSS should work:

ul, ol {
    margin-left: 0;
    list-style-position: inside;
}

2. You can add target=”_blank” to the link element in the HTML.

For example: <a href="LOCATION OF LINK" target="_blank"...

That will open the link in a new window.

3. This depends where you’re getting your subscribe form from. Does it come with default styling? If you want it to use your styling set in “Customize > Colors > Form Colors”, you’ll have to choose the forms with no styling. In MailChimp it’s called the “Naked Form”.

Let me know if you need more info πŸ™‚