Remove text element from Essential Grid and add text to the side of image

Hi there,

I’ve got so fare using the Essential Grid, but want to know if it’s possible to put text to the right of an Essential Grid image and also remove the text element below the heading?

Please see image attached

Thank you for reading this!

Tracy

Hi Tracy,

Thank you for writing in, Essential Grid has a skin editor which allows you to edit a grid skin/layout

Customize the look of your Essential Grid Items with the Item Skin Editor.
Essential Grid Basics Part 4: Item Skin Editor (narrated)

Hope it helps,
Cheers!

Thanks for that.

Could you tell me how to remove the text above the image TAMAR / NOVEMBER 16, 2018 /

Thank you!

Tracy

Hello Tracy,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.p-meta {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Worked perfectly.

Thank you so much :smile:

Tracy

You’re most welcome Tracy!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.