- This topic has 6 replies, 2 voices, and was last updated 8 years, 1 month ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Testimonial box color
Theme: Welder Pro
http://mysbiz.com/MDElectric/energy-saving-tips-las-vegas/
Where do I change the color of the background of the testimonial box?
I am unable to find here: https://snag.gy/DEgQj5.jpg
The arrows for testimonials are not fully showing
https://snag.gy/dFY59y.jpg
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#carousel-testm li {background-color: #f8ed31 !important; border-color: #dcd223 !important;}
#carousel-testm li { width:500px;}
.entry-content .tstmonialarea { width:auto;}
#carousel-testm .prev-testm, #carousel-testm .next-testm { height:30px !important; width:30px !important;}
#carousel-testm .prev-testm { background-position:13px 9px !important; top:-192px !important;}
#carousel-testm .next-testm { background-position:-6px 9px !important; top:-192px !important;}
.entry-content #carousel-testm .prev-testm { left:987px !important;}
Regards,
Chris
worked, thank you.
🙂
The home page testimonial section button is wider on the right:
http://mysbiz.com/MDElectric/
https://snag.gy/AI9psP.jpg
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.home #carousel-testm .prev-testm, #carousel-testm .next-testm { box-sizing:border-box;}
.home #carousel-testm .next-testm { right:0 !important;}
.home #carousel-testm .prev-testm { right:31px !important;}
Regards,
Chris
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]