- Posts: 14
- Thank you received: 0
Designing tweak help please
02 Jul 2011 08:22 #1694
by chrisinoz
Designing tweak help please was created by chrisinoz
joomlamailer version: 1.7.2
Joomla! version: 1.6.4 Stable [ Onward ] 23-Jun-2011 23:00 GMT
PHP version: 5.2.17
MySQL version: 5.0.92-community
Using MailChimp SignUp Module.
Just want to add a header on the top as per the one on the right as you will see in this image.
Orange Text and a line underneath it. I can't see the html for the form in the files.
www.holidayssa.com/07.jpg
Also changing the subscribe to a button instead would be good also.
Thanks
Chris
Joomla! version: 1.6.4 Stable [ Onward ] 23-Jun-2011 23:00 GMT
PHP version: 5.2.17
MySQL version: 5.0.92-community
Using MailChimp SignUp Module.
Just want to add a header on the top as per the one on the right as you will see in this image.
Orange Text and a line underneath it. I can't see the html for the form in the files.
www.holidayssa.com/07.jpg
Also changing the subscribe to a button instead would be good also.
Thanks
Chris
Please Log in or Create an account to join the conversation.
02 Jul 2011 15:12 #1695
by pete
Replied by pete on topic Designing tweak help please
Hello Chrisinoz,
In the module configuration you can enter html tags in the intro text field. In your case you would enter something like:
Then you can style these elements in the css with these selectors:
.mcsignup h2 { } (the title)
.mcsignup hr { } (the horizontal line (hr) underneath)
.mcsignup .button { } (the submit button)
You could add this to the css file: /modules/mod_mailchimpsignup/assets/css/default.css
Kind regards,
Pete
In the module configuration you can enter html tags in the intro text field. In your case you would enter something like:
Code:
<h2>This is the title</h2>
<hr />
Some text....
Then you can style these elements in the css with these selectors:
.mcsignup h2 { } (the title)
.mcsignup hr { } (the horizontal line (hr) underneath)
.mcsignup .button { } (the submit button)
You could add this to the css file: /modules/mod_mailchimpsignup/assets/css/default.css
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
02 Jul 2011 15:30 #1698
by chrisinoz
Replied by chrisinoz on topic Designing tweak help please
Hi Pete
Thanks for the quick reply.
I did try something like that b4 I posted but it does not retain any html
www.holidayssa.com/06.jpg
Cheers
Thanks for the quick reply.
I did try something like that b4 I posted but it does not retain any html
www.holidayssa.com/06.jpg
Cheers
Please Log in or Create an account to join the conversation.
02 Jul 2011 15:41 #1699
by pete
Replied by pete on topic Designing tweak help please
Yes, Joomla does that sometimes but it just looks like the tags disappeared Please check the source code of your site. The tags should appear there.
(If you save the settings twice then the tags are gone! So every times the tags are not visible you must add them again.)
Pete
(If you save the settings twice then the tags are gone! So every times the tags are not visible you must add them again.)
Pete
Please Log in or Create an account to join the conversation.
joomlamailer uses cookies!
This website uses cookies to provide user authentication and improve your user experience. Please indicate whether you consent to our site placing these cookies on your device. We are not using cookies for marketing purposes. For more information visit our privacy policy
I agree
Copyright 2010 freakedout.de - All Rights Reserved
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.