Hi there
How do I change the font colour in the “request a quote” button on the home page header slider – without changing it in all the other buttons on the site?
Many thanks
Hey Picante,
Add this to quick css:
#full_slider_1 .slideshow_caption .avia-button strong{
color:#5a2363!important;
}
Best regards,
Jordan Shannon
Hi There,
Sorry to jump in but I’ve a very similar query, however I am trying to change the background colour of one button on the 4th slider only. As it is the lighter button I’m trying to change I used the code below…
‘#full_slider_4 .slideshow_caption .avia-slideshow-button.avia-color-light{
background-color: #f9c700!important;
}`
but it didn’t work – Its probably an obvious error but I’m not very code-savvy.
Any help is greatly appreciated.
Valinsy
Hi,
Try adding the following instead:
.slide-4 .slideshow_caption .avia-slideshow-button.avia-color-light{
background-color: #f9c700!important;
}
I tested this and it should work.
Best regards,
Jordan Shannon
Thanks Jordan. That’s working now.