×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: change Subscribe button style

change Subscribe button style 10 years 8 months ago #22558

  • Sarah
  • Sarah's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi, I would like to change the style of the Subscribe button the in CMC module. Primarily I would like to change the color. Can anyone help? The site is Joomla 3.0 running a YooTheme template. You can see it at www.autismselfadvocacy.com .

Thanks!

change Subscribe button style 10 years 7 months ago #22658

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Online
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
You can style the button with css. In your case the button has id of cmc-signup-submit-237
so a css style definition like this:
#cmc-signup-submit-237 {
width: 200px;
height: 100px;
background: orange;
}

Should do the job.
  • Page:
  • 1
Time to create page: 0.123 seconds