Hello Blush Blog page edits

QuestionsCategory: Error MessagesHello Blush Blog page edits
Jennifer McLucas asked 3 years ago

Hello! I am using the Hello Blush theme. I updated my colors using the WP customizer. As far as I can tell all of the colors are correctly updated except for the hover color for the “Read the Post” button on the blog page. That is still showing up as rose gold. How do I update that?
I would also like to remove the “Top Categories” title on the blog page. How do I do that?
url https://jennamclucas.com/blog/
Thanks for your help!

1 Answers
Support Team Staff answered 3 years ago

For this you would go to your additional CSS and can adjust this code changing #da997b to any color you would like. 
 
a.more-link:hover,
.more-from-category a:hover {
color: #da997b !important;
}
 
To remove the blog menu it is this
 
.blogmenu-wrap {
display: none;
}