I made an testimonial on my page but I found that I could not change the text color. Is there any to do it?
My link is down below
thanks
I made an testimonial on my page but I found that I could not change the text color. Is there any to do it?
My link is down below
thanks
Hello there,
Thank you for asking.
Could you please try to apply the following CSS code through the Simple Custom CSS plugin?
.roll-testimonials .name{ color: #888; } .roll-testimonials .name span{ color: #fff000; }
Adjust the hex color to meet your need.
Regards,
Kharis
Hi
Thanks for your help but I still got my body text in white, it’s above the image.
Thanks
Hello there,
The previous code was targeted to the testimonial carousel seen here http://initi.com.tw/about-us.
> … but I still got my body text in white, it’s above the image.
Do you mean it’s the main menu color at the top? If so, try to apply the following CSS code.
#mainnav ul li a{ color: #ff0000; }
Regards,
Kharis
Sorry, I still can’t see it.
Could you please post a screenshot of it? You can upload it to the free file hosting service like https://cloudup.com/
Regards,
Kharis
Hi
The link of screenshot is down below
Pretty sure you can see the text like 55555… on it
I am wondering how can I get this text in black.
Thanks
Hello there,
Try to apply the following CSS code.
::selection { color: #000; } ::-moz-selection { color: #000; }
Let me know how it works.
Regards,
Kharis
Hi
Thanks for your help but I am afraid you misunderstood my point. I am trying to make those text from white to black without selection.
I post another screenshot here.
Hope this help thanks
Apologies. My fault.
Try the following CSS code.
.roll-testimonials .whisper{ color: #000; }
Regards,
Kharis
Great! Yes, finally…
No problem.
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
I am happy to have an opportunity to assist you.
Regards,
Kharis