Custom CSS no longer working after v3 update (change date color and add space)

Posted in: Newspaper
Post count: 28

Hi,

My URL: http://www.mushroomrobot.com

I want to change the color of the date as well as add a spacing between the date and the author name, however the following codes no longer work:

.entry-date {
padding-right: 8px;
}

.entry-date {
color: #777777;
}

Looking at the style.css I even tried changing the color code directly as seen here:

.meta-info {
font-family: ‘Ubuntu’, sans-serif;
color: #777777;
font-size: 12px;
}

But this doesn’t work either.

Post count: 9544

HI, custom CSS is working in 3.6, so I recommend upgrading to that. Fixed a lot of oddities from v3x. However, in some cases figuring out what class to edit is the tricky bit. I added CSS to change the date top left of pages/posts, and also add more space above below the post title, as well as more spacing below logo.

Post count: 3343

Hi,
Your CSS selector is incorrect. Use this:

.meta-info .td-block-author {
    padding-left: 10px;
}
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.