Change Title Hover link color
-
I was able to change the Title Color to Brown (#341a00), but can’t find where the hover color is to change. Right now it is a white background and when you hover over Title to click on the link, it fades to white as well.
I have searched the default.css and changed any color for hover that was even listed, but none changed the title hover.
In the default.css, line 20 gives the information about the title, but not the link or hover.
.default-theme.wp-posts-carousel .wp-posts-carousel-title { text-align: center; font-size: 18px; }
Line 7 has a hover for container, but changing it did nothing.
.default-theme.wp-posts-carousel .wp-posts-carousel-container:hover { box-shadow: 0px 1px 3px 0px #6E95B6; }
I even added this line, but it also did not change the hover link color for title.
.default-theme.wp-posts-carousel .wp-posts-carousel-title { text-align: center; font-size: 18px; a:hover { color: #000; }
Any suggestions? https://www.marcialee.earthmavin.com/
thx
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change Title Hover link color’ is closed to new replies.