How to make some css magic

Posted in: Newspaper
Post count: 13

Hi!
There are some questions about design of the template.
1) How can I make (by css?) the author’s picture as circle (not square avatar) everywhere?
2) May I make the headers color as gradient everywhere?

Post count: 35449

Hi,

1. In order to make the author’s image round, you can try this custom css
.td_block_authors img, .author-box-wrap img{
border-radius: 50%;
}

Set it in the Theme panel>Custom code>Custom css
Also here are some elements that can be edit using the tagDiv Composer, one of theme is the author box -> https://www.screencast.com/t/JIWgxcYB2y

2. This can be achieve using the Header manager, using this part of tagDiv Composer builder you can build your own header, or change the ones from the tagDiv Cloud Library.

Thank you!

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