Title text color problem

Posted in: Newspaper
Post count: 28

In block 11 i need title black color and Article title hover gray. when i change accent hover color gray and my text title is Also changed

1.this when i change Article title hover why my text title is Also changed !
-> https://imgur.com/a/OOBPo5B
2.this when i Mouse over
-> https://imgur.com/a/yiwOX7Y

Post count: 20688

Hi,

So you are setting a title text color and hover color. Those will be the colors the block will use. It is the same for me – http://prntscr.com/mjk9ca

From the screenshots the colors seem to apply. Default post tile is black and when hovered is grey. Please correct me if I misunderstand the issue.

Thanks

Post count: 28

Yes when i setting it same like you , post title is black and when hovered is gray is worked now but my issue is Header title of (block 11) is still gray despite the fact i choose black color in sample -> screenshots pic 1.

Or Where to set header title of block 11

Thanks.

  • This reply was modified 7 years by myelseacc.
  • This reply was modified 7 years by myelseacc.
Post count: 20688

I see it now. The block title is grey despite setting a black color. The same happens for me – http://prntscr.com/mk1luo
Seems to be an issue with block header template 8, I will add it on our list and it will be fixed. Sorry for the inconvenience.

I could give you a CSS solution to make the title black when using block header style 8

.td_block_template_8 .td-block-title span {
color: black!important;
}

It will affect all blocks that use block header template 8, I could modify it if needed. Let me know.

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