Big Grid – Style 2

Posted in: Newsmag
Post count: 31

Hi!

In Big Grid settings (Style 2 – Black bottom box) is it possible to change the color of the black transparent background of the title and the color of the letters?

Thank you in advance,
Judit

Post count: 23312

Hello Judit,

Please provide your website URL so I can take a closer look at your Big Grid and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 31

Hi!

I mean to insert something to the custom code in order to change the black transparent background to purple transparent background behind the title? 🙂

Thank you!
Judit

Post count: 23312

Hello nktheme,

I need your website URL so I can create the code to your web for a more accurate response.

Thanks.

Post count: 31

Hi!

The URL: http://csakapuffin.hu/

Thanks for your help!
Judit

Post count: 23312

Hello Judit,

You should use a bit of CSS code if you want to change these section. As a hint, you can try using the below code and place it in Theme panel -> Custom CSS area.

.td-grid-style-2 .td-module-thumb a:last-child:before{
background:-webkit-linear-gradient(top, rgba(0, 255, 0, 0) 0%, red 100%);
}
.td-grid-style-2 a{
color:green!important;
}

The result is here -> https://www.screencast.com/t/2AEC5xdJDm

Thanks for your understanding!

Post count: 31

Hello Catalin!

Thank you very much!
I was probably misunderstandable because I meant to change the color of the black narrow area behind the letters to red. And I would like to cancel the shade on the bacground image.
Could you please help?

Thank you in advance!
Judit

Post count: 20688

Hi,

So maybe something like this – https://www.screencast.com/t/vysyDoqqDx
You can change the color and opacity of the color as you wish

.td-grid-style-2 .td-big-grid-meta {
background-color: rgba(255, 0, 0, 0.4);
}
.td-grid-style-2 .td-module-thumb a:last-child:before {
display: none;
}

Thanks

Post count: 31

Hi,

That is perfect!

Thank you!
Judit

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newsmag’ is closed to new topics and replies.