Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Website Setup › Pages › Outline/fill of buttons
- This topic has 6 replies, 2 voices, and was last updated 6 years, 5 months ago by
Themosaurus.
-
AuthorPosts
-
alexParticipant@abourne
- 81 Topics
- 259 Posts
How to make the subscribe to mailchimp button like it is on the gwangi youth demo, as an outline with no fill?
In the mailchimp form > appearance, there is only a setting option to inherit from gwangi and a few others choices which all fill the background. I do not want to fill – just have the outline.
October 8, 2018 at 09:02 #2690alexParticipant@abourne- 81 Topics
- 259 Posts
Attached (1) is using the ‘blue theme’
Attached (2) is using ‘inherit from youth gwangi’.
Refer to earlier screenshot, the button is filled white, not blue as it appears on mine.
Outline of text box on mine highlights red, how to change this also.
October 16, 2018 at 20:13 #2914@themosaurus- 1 Topics
- 1675 Posts
Hi @abourne,
Sorry for the late reply.
If you want a newsletter form similar to the one on our Youth demo, you can do the following:
- From your admin panel, go to MailChimp for WP > Form
- In the “Form Code” field, paste the following HTML code:
<div class="form-row"> <div class="col-auto"> <input type="email" name="EMAIL" placeholder="Your email address" class="form-control form-control-lg" required /> </div> <div class="col-auto"> <button type="submit" class="btn btn-secondary">Subscribe</button> </div> </div>
This form code should give you the same look as the one on the Gwangi Youth demo.
Regards
December 5, 2018 at 14:47 #4078@themosaurus- 1 Topics
- 1675 Posts
No problem 🙂
Regards
December 5, 2018 at 18:29 #4086 -
AuthorPosts
The topic ‘Outline/fill of buttons’ is closed to new replies.