Hi Morris,
Could I please ask you to send the link to the page where this issue can be seen?
I’ll forward it to our development team and they will suggest a solution as soon as possible.
Thanks! Have a wonderful day!
Hi, Thanks for your prompt response, i settled it for the above issue, actually when i click preview from the form it doesn’t show the bullets, after i publish in page then only show up, SORRY for the trouble.
but now i have new issue with the theme font colour, i do my theme setting header with title and descriptions font colour in white but it turn out gray in description text. please see image attached and the link too, and also in the same location of text it has two colours which is black and gray as image attached too :
https://morriscookies.asia/privacy-policy/
https://imgur.com/VQDDRbf
https://imgur.com/QWe2FlW
https://imgur.com/zZrBM8l
Thanks.
Dear Morris,
Please try the following.
Add the below mentioned code in Appearance > Customize > Additional CSS
.fm-form .fm-header-description * { color: #ffffff !important; }
.fm-form .wdform-page-and-images * { color: #454545 !important; }
Please try and provide the feedback.
Thanks, have a nice day!
Highly appreciated your prompt response, CSS is working but another issue raised = the link text underline and colour not active, also the link text hover colour not working, as image and link attached below :
https://morriscookies.asia/privacy-policy/
https://imgur.com/xBVcrtj
Thanks.
Please add the below mentioned code instead of the last one
In Appearance > Customize > Additional CSS section
.fm-form .fm-header-description * { color: #ffffff !important; }
.fm-form .wdform-page-and-images p,
.fm-form .wdform-page-and-images li,
.fm-form .wdform-page-and-images span{ color: #454545 !important; }
.fm-form .wdform-page-and-images a { color: #3a79f9 !important; }
Thanks!
OK, Thanks. its working now. Settled.