How I edit these color/attributes fonts?

Posted in: Newspaper
Post count: 22

how do i edit the color/attributes of these fonts?

• all blocks, title of posts = (https://prnt.sc/jlejsyhttps://prnt.sc/jlejze)
• related posts, title of posts = (https://prnt.sc/jlek5n)
• author box elements = (https://prnt.sc/jlekve)
• attributes of this text (subtitle of posts) = (https://prnt.sc/jlelrj)

Post count: 22

• related posts block title too

Post count: 22421

Hello,

1. The block does not have any setting to alter the colors of the article title. It can only be done by adding an extra class to the block and then using css to cahange the color based on the extra class added to the blocks.
example:
.mycustomclass .td-module-title a{
color:red;
}

2. The same code from above will also target the related articles

3. .td-author-name a, .td-author-description, .author-box-wrap .td-social-icon-wrap .td-icon-font{
color:red;
}

4. .td-post-sub-title{
color:Red
}

5..td_block_template_1 .td-related-title .td-cur-simple-item{
color:Red
}

There are no setting sin the theme panel to change these colors. sorry.

Thanks.

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