Text row gaps

Hi I want to put gaps in the background color between each row of text like the photo below. Specially in want to use the effect for the title in the grid below. Is there css is can use? Madebynashish.com

Hey @Nashish,

That is possible if you set your post title’s background to transparent using The Grid’s Skin Builder.

Then, this CSS that should be added in Theme Options > CSS might help.

.tg-item-title a {
  background: skyblue !important;
  line-height: 2.7 !important;
}

This is how it looked in my test site.

Just note that though I showed you some CSS, this does not mean that giving of custom code is part of our support. That only serves as a guide and was meant to get you started. We could not continue on providing custom code.

Thanks.

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