change some color

Hi,

  • I would like to change the hover color of the titels on pages. They are black and when you hover over them yellow. I would like to change yellow into another color. So only the hovering, not the color of the titel itself.

  • Also the side bars have yellow lines and arrows. Can I change those? Archive and Facebook etc.

  • I managed to change the hover colors of the menu, but when there is a drop down menu, they remain the same hover color. How do I change that?

  • Ans lastly, how do I change the color of the contact form button (not front page, but contact page). It’s yellow now.

Thanks a million!

Hi,

  1. It usually takes the global color, but you can change by go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

#blog .blog-post .blog-post-title:hover{ color: #ff0000; }

  1. It seems you want to change all the yellow to some other color, if you want to do that globally, then go to Appearance -> Customize -> Colors -> Accent Color and change that color to the color you want, it will change throughout the site. If not, let us know, we will give those Custom CSS for those required.

Let us know,

Thanks,
laranz.