tess612
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Sorry comments are closed for this item.” appearing in errorThank you! I did that and discovered the issue was with the plug-in WP Disable Comments. The settings were such that it should only have been disabling comments on pages, not posts! Oh well, so glad it’s fixed! Thank you for the speedy help!
Forum: Fixing WordPress
In reply to: RSS Feed Stopped WorkingThank you both. I have updated to the latest version of WordPress, and have reached out to Feedly.
-TessForum: Themes and Templates
In reply to: [Smallblog] Change the separator colorHi 7rainboots,
You can change the title hover color by following the instructions in my previous post, but using this code instead:
.the-title a:hover{ color: #37adba; }
Forum: Themes and Templates
In reply to: [Smallblog] Change the separator colorHello! If there is an easier way to do this, I couldn’t find it. But here is what I did:
1. Install and activate the plug-in called “CSS Theme Override”.
2. Access the plug-in through the “Settings” tab on the left side bar.
3. Enter the following code into the text box, replacing the hex code with whatever color you want:.separator:after{ background-color: #37adba; }
4. Type “ALL” in the “Page or Post ID” tab.
Hope this helps!