This topic has 5 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Hi,
Theme Options/Typography: I have tried to set a custom color but it does not response (always grey).
I guess it is because you use the same font source for pages (white bg) and widgets (dark/black bg)? Is it possible you can separate that as grey text on white is not that outstanding.
When trying to format a textblock in VC and define the margin to, lets say 50px on left and right side, the text only response from the left side and set the whole text offset to the right rather then add space on both sides. How do I control that setting?
Hello
Please provide us with Wp-admin and ftp credentials to reslove your issue.
With best regards
Brian Johnson
Hello,
Concerning the margin values please add this code in custom.css:
p {
margin-left: 20px;
margin-right: 20px;
}
To change text color use this code:
p {
color: black;
}
Thank you.
Regards,
Eva Kemp.
Thanks!
Works now!
Regards,
Christian
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Setting custom color site font + setting margin of a text block in VC fails’' has been successfully resolved, and the topic is now closed for further responses