Hi !
I just want to change the background color for the footer and the newsletter form as you can see on this picture: https://imgur.com/a/Ep0DCiz
What color would suit best for the footer ?
Thanks
Hey BYourLord,
I see the color is now black. Did you still need help?
Best regards,
Jordan Shannon
Hey !
Yes I just changed the footer color, but can’t find how to change the form case colors, as you see on the screenshot.
Regards,
Hi,
Add this to quick css:
#top .alternate_color input[type='text'],#top .alternate_color input[type='email'] {
background:#000!important;
color:#fff!important;
border-color:#fff!important;
}
Best regards,
Jordan Shannon
Thanks it worked perfectly !
I would also change the size of my “Book now” button in my homepage to same az this one: https://i.imgur.com/TecbNeb.png (link: https://www.welcomepickups.com/our-drivers/ )
Thanks
Hi,
Add this to quick css:
.avia-slideshow-button.avia-button.avia-color-orange{
width: 200px!important;
height: 53px!important;
cursor: pointer!important;
background-color: #6ae2a6!important;
border: 0!important;
-webkit-border-radius: 4px 4px 4px 4px!important;
border-radius: 4px 4px 4px 4px!important;
font-size: 15px!important;
color: #fff!important;
}
Best regards,
Jordan Shannon