Hi Guys,
Ive added the following custom css to our theme and instead of the border being green its grey.
.avia-slideshow {
border: 20px solid 3e9a35;
}
Any ideas?
Hey yourcloudworks,
You seem to have forgotten the hash
.avia-slideshow {
border: 20px solid #3e9a35;
}
Please try like that.
Best regards,
Victoria
Hi Victoria,
This is actually what I have:
.avia-slideshow {
border-top: 3px solid #3e9a35;
border-bottom: 3px solid #3e9a35;
}
That was just a typo in the ticket.
Hi Rikard,
The site is now live so you can see the issue occurring.
The site you was looking at was the old one and not even wordpress.
Can you please check the site and advise on the border colour.
Thanks
Hi,
Please try this instead:
.home #full_slider_1 {
border:5px solid red;
}
Best regards,
Rikard
I need to apply this to all the sliders not just the home slider.
Regards
All working now. Thanks.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon