Designing tweak help please

More
02 Jul 2011 08:22 #1694 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

Please Log in or Create an account to join the conversation.

More
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:
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.

More
02 Jul 2011 15:30 #1698 by chrisinoz
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

Please Log in or Create an account to join the conversation.

More
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

Please Log in or Create an account to join the conversation.