Dear Support,
I reference few blog articles on the homepage through the post grid function, however I would like NOT to display the images, only the blog title.
I have already tried to remove the image with css, by using the below code. However, the code removes the blog images but the blog title remain still. Ideally i would like to move the blog titles where originally there was the image (on the left hand side) and increase the title width.
Could you please help me to achieve this objective?
/* Gitem link */
.vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-is-link{
display:none;
}
Fabio.