Hi there,
I am using your theme to build a new website. It works great.
I have 1 question about the styling of the buttons.
I created css to make the regular buttons apear pink. But now my transparent buttons are pink as well.
This is the code I have used
‘.avia-button {
background-color:#c78a74!important;
}
.main_color input[type=”submit”] {
background: #c78a74;
color: white !important;
}’
Can you help me make them transparent again without loosing the pink on the normal buttons?
Hope to hear form you!
Laura
Hey LauraInBloeiCoaching,
Add this to quick css:
#top .avia-button.avia-color-light{
background:transparent!important;
}
Best regards,
Jordan Shannon
Thanks very much Jordan!!
This works perfect 👌
Hi,
Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon
