I would like to address a question from the forum in this blog. The question was:
I have the theme Google Go, but the color of text is nearly the same as the background color, white. People struggle to read the text. I would like to know which file path to edit to change the text to black… It is on the main CSS? If yes, where? Which line?
We need to address two sections for this modification to work properly. The post content itself and the comment section.
You will want to copy the following codes, and paste it into your themes custom CSS section in the admin panel.
.ow_newsfeed_content.ow_smallmargin {
color: #000}
body .ow_comments_content.ow_smallmargin {
color: #000}
Save the changes to the css and you will now see your text has changed.
Note. CSS customization is best to be done in the custom CSS in the admin panel. Any changes you make in cPanel will be overwritten with updates.
I hope you guys find this information useful. As always, make sure too check out Arvixe for the best hosting deals on the web and check out Oxwall Support for all your custom Oxwall needs!