Recent Posts Color Change

Posted in: Newspaper
Post count: 37

Hi,

How can I change the gradient color of recent posts block. This: https://imageshack.com/a/img922/8813/KRHRze.png

Thanks.

Post count: 20688

Hi,

Similar topic here – https://forum.tagdiv.com/topic/post-look-color-change-excepts-gradient-background-color/

If you are having problems with he solution, let me know. If possible provide a link to your website so I can take a look.

Thanks

Post count: 37

Hi,

Thank you for your reply. The block that you referred here: https://forum.tagdiv.com/topic/post-look-color-change-excepts-gradient-background-color/
is block 22, when I click “Edit with TD Composer ” I can see or edit this block that you mentioned on the related topic. It allows me to edit. I can also change the color with CSS code and I have already changed the color to green :). That is ok.
But I can not change this block or grid here, and the TD Composer does not allow me to edit these grids, also it does not show me the name of block. Here(when clicking any category); https://demo.tagdiv.com/newspaper_blog_health/category/health/
https://imageshack.com/a/img921/2721/8HzxbE.png

  • This reply was modified 8 years by burakk.
  • This reply was modified 8 years by burakk.
Post count: 20688

Hi,

Indeed, that will apply only where the block is used. A code that will apply by module will work for category pages as is the case here, or latest articles section when that module is selected
https://www.screencast.com/t/3PKjLlCrq
Now the code will apply to all the instances of that module, not only block 22

.td-blog-health .td_module_17 .td-module-meta-holder {
background-color: rgba(185,60,44,.7);
}

Thanks

Post count: 37

Thank you so much, it worked.

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