• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: CSS in admin and user e-mails

CSS in admin and user e-mails 7 years 8 months ago #37208

  • servlet
  • servlet's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
Hello
How to add CCS n admin and user e-mails.

I need to add this:

<style type="text/css">
.ReadMsgBody {width: 100%; background-color: #ffffff;}
.ExternalClass {width: 100%; background-color: #ffffff;}
body {width: 100%; background-color: #ffffff; margin:0; padding:0; -webkit-font-smoothing: antialiased;font-family: Georgia, Times, serif}
table {border-collapse: collapse;}

@media only screen and (max-width: 640px) {
.deviceWidth {width:440px!important; padding:0;}
.center {text-align: center!important;}
}

@media only screen and (max-width: 479px) {
.deviceWidth {width:280px!important; padding:0;}
.center {text-align: center!important;}
}

</style>
The administrator has disabled public write access.

CSS in admin and user e-mails 7 years 6 months ago #37477

  • endre
  • endre's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello,

Yess, I me too. How to add custom css in user emails contents?

Thanks,
Regards,
Andrew
servlet wrote:
Hello
How to add CCS n admin and user e-mails.

I need to add this:

<style type="text/css">
.ReadMsgBody {width: 100%; background-color: #ffffff;}
.ExternalClass {width: 100%; background-color: #ffffff;}
body {width: 100%; background-color: #ffffff; margin:0; padding:0; -webkit-font-smoothing: antialiased;font-family: Georgia, Times, serif}
table {border-collapse: collapse;}

@media only screen and (max-width: 640px) {
.deviceWidth {width:440px!important; padding:0;}
.center {text-align: center!important;}
}

@media only screen and (max-width: 479px) {
.deviceWidth {width:280px!important; padding:0;}
.center {text-align: center!important;}
}

</style>
The administrator has disabled public write access.

CSS in admin and user e-mails 7 years 6 months ago #37478

  • servlet
  • servlet's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
I do it via PHPmyAdmin
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!