Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Changing the default blue color (post date and “read more” button)

$
0
0

Replies: 0

Hi everybody, is there a way to change the blue color of the post date info and also from hover effect on the “read more” button that appears when you set a featured image?
As it is, it changes from clear/transparent (only with the white outline) to blue and I wanted to choose other color. Can anyone help me out with this?

Reading some css examples throughout this forum helped me in changing the blue color from the social icons menu and the main menu (I pasted them bellow), but I can’t find the css identifiers for the “read more” button and the date info.
All help will be appreciated!

.social-links ul li a:hover:before {
color: #ffffff;
}

.main-navigation li a:hover {
color: #ffffff !important;
}

.main-navigation li.current_page_item a:hover {
color: #ffffff !important;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles