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
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!
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!
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!
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.