Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    You made a mistake in the way you wrote your “comments” in your style sheet. You should not use #Post Text but /* Post Text */ instead. So it would look like :

    /* Hover Color */
    .posts .cover-link:hover {
    border-color: green;
    }
    
    /* Post Text */
    .posts .entry-content {
        color: red;
    }
    
    /* Post Title */
    .posts .entry-header {
        color: lime;
    }

    And then it just should work fine!

    Oh also, I just noticed that if you want to change the Post Title, you should use this selector :

    .posts entry-header a

    Thread Starter rowdya22

    (@rowdya22)

    Awesome that did it thanks. I have been working in bash to much, cant keep all the comments straight!

    You’re welcome. You can close that thread!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS changes to front page’ is closed to new replies.