How to edit META info in blocks?

Posted in: Newspaper
Post count: 49

Hi,

1) How to edit META info location of elements (using TagDivComposer) in blocks like Block 14 or others? I want to make the same visual design for Block14 as META design (Category and Title) in “Big GRid Flex 6”.

2) How to make Scale picture effect on hover for Block14 and others? They look so bored without customization.

  • This topic was modified 7 years by Austenit.
Post count: 22421

hello,

1. Sorry but the standard blocks cannot get customization settings such as the flex blocks. Please use the flex blocks if you want more options for your blocks.
2. In our theme only big grids can get hover effects. By default, no standard block can have a hover effect. However you can try this method:
https://forum.tagdiv.com/topic/create-image-hover-effect-in-all-image-frontpage-as-our-website-punjab-section/

Thank you!

Post count: 49

Hello Bogdan B.,

Thank you with the second point. Is it possible to remove dark overlay on all images in blocks? Its made by default somewhere in your theme. Your team made it with that goal for better reading with text, but its really dark overlay.

Post count: 49

Already found by myself 🙂

.td_module_mx1 .td-module-thumb a:last-child:before {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

Post count: 35449

Hi,

If you want to remove the dark gradient over bottom image you can use this custom css
.wpb_wrapper .td-module-thumb a:last-child:before {
background: transparent;
}

->https://www.screencast.com/t/OtmeKq80O8o

Hope this will help you!

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