Hi there,
Thanks for your great theme!
I am working on a new website and struggling with the color of the buttons.
I want all ‘regular’ buttons to be red. But the buttons in the footer or the transparent buttons on slides to be their original color.
I have now used this code, but it is not good enough (as I am not a real nerd ;-))
.avia-button.avia-size-large {
background-color:#e40039!important;
margin-bottom: 30px !important;
margin-top: 30px !important;
}
Hope you can help me 😃
Judith
Hey kruispunt40,
What do you mean the code is not good enough? Not all the buttons have that class and so it does not work for all buttons, but it works for most. How do you need to adjust it?
Best regards,
Victoria
Hi Victoria,
Thanks for you effort. Sorry I was not clear enough.
There is a button on the homepage, in the top content section on an orange background, that button needs to be transparant. My code effected that button as well, and I would like it to be transparant with white font and white borders.
Also I just noticed the buttons below the contact forms are still orange and need to be red as well.
Please let me know if I can clear my question up.
Judith
HiJudith,
Thank you for being more specific. Please try this code:
.home .avia-builder-el-3 .avia-button.avia-size-large {
background-color: transparent !important;
}
div .main_color .button, .main_color #submit, .main_color input[type='submit'] {
background-color:#e40039;
margin-bottom: 30px;
margin-top: 30px ;
}
Best regards,
Victoria