Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
How do I change the testimonials slider buttons to grey?
repolaterstr1
May 2018
edited May 2018
in
Theme support
How do I change the testimonials slider buttons to grey on this site
https://www.thethaconnect.co.za/
?
https://prnt.sc/jljgnx
Thanks.
Comments
repolaterstr1
May 2018
edited May 2018
This is what I tried:
/* CHANGES buttons to grey */
a.button, a.tp-button {
background-color: #95BE3D !important;
color: #95BE3D;
}
Bryan
May 2018
Hi,
try this css
.testimonials_slider_ul a.button {
background:transparent !important;
}
thanks
repolaterstr1
May 2018
Thank you very much!
Sign In
or
Register
to comment.
Comments
try this css thanks