Styling $view_button

Hi,

can i have a hint how to style the $view_button in the outgoing mails

Sven

Hi,

@david can you please advise?

@sven.j

If you are on the latest version of the application, you can target the class

.new_button{}

thanks i must search for the right way to insert that :smiley: it`s long ago :smiley:

okay it`s to long ago i need another hint where i can insert the css, update save

You can actually inject this into the body of your email template something like this will work:

.new_button { background-color:red !important; }

hi sorry for my late answer… you mean here with a tag around the css ?

hi david i need further help… ist this correct or is there a way to set it globaly like custom.css file

you should be able to use this in your template

.new_button { background-color:red !important; }