Hello,
I would like to create a button similar to the one in the attachment. What is the best way to go about creating it?
input.button { margin:0 auto !important; }
input.button { background: #D75A46 !important; }
input.button { margin:0 auto !important; background: #D75A46 !important; }
Pawel F wrote:Hi, ok let's try this...
CENTER:
Insert this code in overwrite field in template configuration or in css file.
- Code: Select all
input.button { margin:0 auto !important; }
BG RED COLOR:
- Code: Select all
input.button { background: #D75A46 !important; }
So put it together:
- Code: Select all
input.button { margin:0 auto !important; background: #D75A46 !important; }
td[align="center"] {
text-align: center;
}
td[align="center"] .button {
float: none;
}
teitbite wrote:Hi
I was asked by user to join discussion. Please try adding this code to css:
- Code: Select all
td[align="center"] {
text-align: center;
}
td[align="center"] .button {
float: none;
}
teitbite wrote:Hi
I do not see my code on the site. Please copy it into override.css and remember to allow using of this file in template settings.
td[align="center"] .button {
display: inline;
float: none;
}