Some different questions (colors and features of the default theme)

Posted in: Newspaper
Post count: 1

Hello, I am working on my newspaper theme, and I am facing some problems (the website is http://www.chiaravoce.com):
– In the homepage, after the title there is a flag about comments. It is yellow. I want to change it into one of my blog colors, either erase it).
– there is a colored banner under “read more”. Same thing, I want to change its color (the shape if it is needed).

Post count: 35449

Hi,

For the first problem please put this custom css in Newspaper>Theme panel>Custom code> Custom css
.td-module-meta-info .td-module-comments a{
background-color: #da1c5c;
}
.td-module-meta-info .td-module-comments a:after {
border-color: #da1c5c transparent transparent transparent;
}

See results: https://www.screencast.com/t/2wDcRaJUw

For the second question:
https://www.screencast.com/t/bPo8QUxKB

Thank you.

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