jdbinion
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GamePress] Change Text ColorI had the same issue. Just found the solution here:
http://ww.wp.xz.cn/support/topic/how-do-you-change-font-and-color-for-wordpress-pages-text?replies=5Go to Appearance>= Editor section. Open the style.css sheet. Paste this text at the bottom of the page and save.
/* Start Custom Changes Remove to Reset */
#main-content p {
color: #d8d8d7;
font-size: 11;
}
/* End Custom Changes Remove to Reset */Here’s the result on my site: http://www.305arts.com
Hope this helps .. I’ve been trying to resolve this for 3 days. LOL
Forum: Themes and Templates
In reply to: [GamePress] Font color and Home page link ..Forgot .. I’m not using the pro version. Can someone provide a link to a tutorial showing an example of how to do this ?
Thanks..
Forum: Themes and Templates
In reply to: [GamePress] Main body and headings font colorI’ve been searching for the same solution. It’s been asked several times on the forum however, still haven’t seen one post that gives a clear answer. I’m not using the pro version and can’t find anything related to the text size or color in the style sheet. Only for the header.
I saw one response where the author told someone to read the entire tutorial to better understand. However, he forgot to supply a link to the tutorial. ??
Still searching .. hummm.