Add authors to posts in block modules

Posted in: Newspaper
Post count: 18

How can I have the authors show up under the date in the block modules? And how can I change the color or darken the text of the date in posts that are in block modules?

Thank you for your help!

Post count: 3343

Hi,
You have to uncomment this line in each module http://screencast.com/t/bxbpJoBq09

To change the color you can make it via CSS like:

.meta-info {
    color: #4B4B4B !important;
}

add is in Theme panel -> Custom CSS

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.