Hello! 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!
Thread Starter
Vanexl
(@vanexl)
Thank you that worked perfectly!
I have one more question.
I cannot seem to find the code to change the color of the post title when I hover over it. Currently the post title is black and when you mouse over it changes to a redish color. I would like to change the redish color to a custom one.
Any help would be appreciated!
Thread Starter
Vanexl
(@vanexl)
Thank you again for the help. I was able to find the code pointing to the header hover color.
Hello Vanelx,
I am wondering if you could tell me how you changed the header hover color?
Thanks.
Hi 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; }