Anyway to create blog grid titles as clean as this

Posted in: Newspaper
Post count: 436

Have a look:

I want blog titles as clean as this, without any mentioning of categories, author names or date mentioning etc.

Also, You can notice , faint black semi-transparent background below these title texts which makes it appear vibrant and clear to read. Anyway to do this here.

Thank you

Post count: 22421

Hello,

Our grids already have the gradient so you can read the content:
default: http://screencast.com/t/n3R4DpUKfCY no gradient: http://screencast.com/t/z9Q3O94TXkW
You can increase this gradient if you want it stronger with this css code:
.td-module-thumb a:last-child:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 100%)!important;
}

As for the meta info, you can select the meta you want for modules and blocks as well as the category tag from the theme panel . You can remove these elements if you do not want them:
http://screencast.com/t/SozRBtvzLAt and http://screencast.com/t/Pl9YedX3V

Thank you!

Post count: 436

Where do I need to add this “Custom CSS” code. Is there any place to add it or should I add it using child theme “style.css” ?

Thank you.

Post count: 22421

Hello,

Our theme offers a custom code section here: http://screencast.com/t/9BKaVhDPGGpw
You do not have to edit any file to use css customization.

Thank you!

Post count: 436

Okay. Please notice that the above shown/desired blog titles have no mentions of of categories, author names or date etc. on the posts. How can I remove it from Block modules?

Thank you

Post count: 22421

I quote myself from above:

As for the meta info, you can select the meta you want for modules and blocks as well as the category tag from the theme panel . You can remove these elements if you do not want them:
http://screencast.com/t/SozRBtvzLAt and http://screencast.com/t/Pl9YedX3V

This will remove the m,eta information from all of the blocks. Our theme does not have any options to hide it for a specific block or grid. If this is what you are after, then you need to specify exactly what grid you want the meta information removed from and I will provide the css code for it.

Thank you!

Post count: 436

Sorry! I somehow skipped that part.

Thank you for being so awesome to describe it again 🙂 Once I will be very clear about all the design aspects of my website. I will ask you for the specific help. Thank you.

PS: Isn’t here on this forum, we have something like “RESOLVED THREAD” check mark to mark a thread resolved or closed? Thank you.

Post count: 22421

Hi,
No problem :). I will mark this topic as closed. (only admins can close topics)
Thank you!

Post count: 436

Thank you 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
The topic ‘Anyway to create blog grid titles as clean as this’ is closed to new replies.