Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Set class on 'Register' link in plugin.

Set class on 'Register' link in plugin. 13 years 5 months ago #13791

  • Adfra
  • Adfra's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi Nathan,

Can you please give the "Register" link in the DTRegister article plugin a class or ID name so its appearance can be modified via CSS?

Cheers
Frank

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

Set class on 'Register' link in plugin. 12 years 9 months ago #16382

  • lokito
  • lokito's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi,

I had the same problem. I've decided to apply a class in language files

For example in en-GB.com_dtregister.ini:

DT_VIEW_ALL_EVENTS=<span class="botones">View All Events</span>

DT_REGISTER=<span class="botones">Register</span>

And in my template.css i wrote this:

a span.botones {
background-color:#0099CC;
padding:3px 6px;
color:#FFFFFF;
font-size:16px;
}

a:hover span.botones {
background-color:#CCCC00;
padding:3px 6px;
color:#FFFFFF;
font-size:16px;
}

Cheers,
Leo

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

  • Page:
  • 1
Time to create page: 0.101 seconds