hey guys, I have a blog here that is the lightwood theme. My first post is a static post and remains in the first position of my blog right now. For some reason once I made the post static it changed the title color to red... I would like to just keep it black to match the rest of my site. Does anyone have any ideas on this? Thank you so much in advance!
Hi! Check your css file, recent post tag, change it to your desired font color. Hope this will help you. Thank You!
login to your admin page, go to Appearance menu, click editor, then on the right side of the page click on style.css
I know that, but once i get there I dont know what part of the code to change. This theme has an option under it to "make this post stick" I"ll add my style sheet to this post also. please take a look id really appreciate it. View attachment stylesheet.txt View attachment stylesheet.txt
go to your admin page, look for your style.css file on your editor, edit this style .sticky h2 a { color: red; } change red to your desired color, i.e. black