[Resolved] Wp-Show Post Link Color

Home Forums Support [Resolved] Wp-Show Post Link Color

Home Forums Support Wp-Show Post Link Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1417694
    racheljohn

    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);
    }
    }

    #1417703
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1417856
    racheljohn

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

    #1417867
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.