WordPress not accepting my CSS changes
-
Custom CSS isn’ working for me? Everytime I try to add my changes to a custom CSS style sheet, they are not being accepted. We just switched to a dark theme in honor of our blog’s second anniversary and I need to change the way my tags and comments appear.
Please help!!!!
Blog url: http://paniniamerica.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
Would you please post here the changes that are not being accepted?
Make sure that you use the “code” button above.
-
*/
/*Post Footer
---------------------------------------*/
.post-footer {
width: 100%;
overflow: hidden;
padding-bottom: 2px;
margin: 10px 0 30px;
border-bottom: 1px solid #eee;
}.comments {
float: left;
width: 200px;
font-size: 1.3em;
color: #AAAAFF;
text-transform: uppercase;
}.comments a {
background: url('images/comments-bubble.gif') no-repeat 0 4px;
display: block;
padding: 0 0 0 25px;
color: #AAAAFF;
}.comments a:hover {
background-position: 0 -24px;
color: #772124;
}.categories {
float: right;
width: 400px;
text-align: right;
font-size: 1.1em;
font-style: italic;
color: ##00FF00;
}.categories a:link, .categories a:visited {
color: #FF0000;
font-style: normal;
}.categories a:hover {
color: #772124; -
All of that is currently saved and displayed correctly.
Would you please try clearing your browser’s cache?
-
OK, I did that. It still appears the same for me. Perhaps I’m doing something wrong. All I want to do is make the comments button and categories listed at the end of each post, as well as the comments sections themsevles within each post more legible with different text colors.
I changed to a bark scheme this morning and it has affected the readability of those areas.
-
This appears to be working as set on the front page: http://cl.ly/image/0x343T1z3E1p
On the single post pages, the comments are controlled a bit differently, so they have different selectors.
To make it easier, you might want to just try a different comments style, selected near the bottom of Settings -> Discussion in your blog’s Dashboard.
-
I think I’ve got it figured out. I can’t thank you enough for the quick and thorough assistance.
-
- The topic ‘WordPress not accepting my CSS changes’ is closed to new replies.