Hello, I love Pixova Lite simple design. Please help me regarding the Pie Chart Section (SEE Attachment):
- How to change the text color in “block of text” (Section Text) into white color and left alignment?
I try to use <font color=“white”>text</font> but did not work
- Blockquote
How to change box background to #baa23f and the text color into #003e3d
- Between Pie Chart Section and Recent Works Section, there is a white thin line that is rather “annoying”
How to remove it, or if not possible - can I change it to other color i.e #003e3d ?
Thank you very much for your assistance.
My website is : http://solusimandiri.com
Good morning
Sorry, but where is the pie chart section on your website? i can’t see it anywhere,
also, no screenshot is attached
Sorry Noda, the Pie Chart Section is directly below the Header. The title is : We build solutions for your carpet and rug problem. Here is the attachment.
Hello,
I hope you are doing well today.
There does not seem to be a pie chart there. Could you please provide a link to your website so that I can inspect it?
Best Regards,
Support
Dear Noda,
Thanks for your reply.
My web is http://solusimandiri.com
ID wordpress : adminsm
Pass : $0lusimandiri
Good morning
Well, just a curious who added this code in appearance > custom css?
.pixova_lite_pie_chart_wrapper {
display: none;
}
with this code, your pie chart was hidden,
Thanks for revising my code. But I still need the answer to my questions :
- How to change the text color in “block of text” (Section Text) into white color and left alignment?
I try to use <font color=”white”>text</font> but did not work
- Blockquote
How to change box background to #baa23f and the text color into #003e3d
- Between Pie Chart Section and Recent Works Section, there is a white thin line that is rather “annoying”
How to remove it, or if not possible – can I change it to other color i.e #003e3d ?
Thank you very much for your assistance.
Hello,
I hope you are doing well today.
- What specific section is this? Can you post a link to the page?
As for the other 2, this CSS will help with them.
blockquote {
background: #baa23f;
}
#about {
border-bottom: none;
}
Best Regards,
Support