kbyr7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Make my Logo BiggerThank you!!
Forum: Fixing WordPress
In reply to: How to Make my Logo BiggerHow do I access my main.css?
Is there a code I could add to my child them css to override it?
Thanks!
Forum: Fixing WordPress
In reply to: Help Changing Font Color in Preus/ Child ThemeNo change.
I also adjusted the color to green (#008000) to see if, like you suggested, it was just hard to detect.
Forum: Fixing WordPress
In reply to: Help Changing Font Color in Preus/ Child ThemeThanks for all your help so far!
@respectyoda, I took off the semicolon so the code is correct… but no change.
Forum: Fixing WordPress
In reply to: Help Changing Font Color in Preus/ Child ThemeI added both the .entry-content and .widget a codes but I don’t see any changes in my font color. I also added !important; to the end of the codes but it didn’t make a difference.
Am I putting it the right place?
Theme Name: Preus-child
Description: Child Theme of Preus Plus
Author: Katie
Template: preus-plus(optional values you can add: Theme URI, Author URI, Version)
*/@import url(“../preus-plus/style.css”);
.entry-content{
color: #595959; !important;
}.widget a {
color: #595959; !important;
}