Site logo

Archived topic

Wp-Show Post Link Color

3 replies · Started by racheljohn on August 25, 2020

Viewing posts 1–4 of 4

so I want to Change the links for only WPSP to be white. and I want the customize colors to stay black not sure what I am doing wrong but nothing is changing the color for just this one container with WPSP
here is the styling for I have I have tried adding .wp-show-posta a{ color:#fffff} but so far can't get anything to change the color?

/* WPSP styles */
h2.wp-show-posts-entry-title {
font-weight: 500;
font-size: 20px;
text-align: center;

}

@media (min-width: 769px) {
.wp-show-posts-image {
position: relative;
overflow: hidden;
}

.wp-show-posts-image img {
max-width: 100%;

-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.wp-show-posts-image:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

I was actually able to figure it out. It was in the container color settings. Thanks for the help!

No problem :)

This archived topic is closed to new replies.