Big Grid and Widget background color

Posted in: Newspaper
Post count: 31

Hi,

I would have two questions:
1. In Big Grid 1 i use Grid style 4 – Bottom box. Could i remove the shadow from the title text?
2. How can i change the background color of widgets’ titles, like tag cloud, latest comments, archive etc.

Thank you in advance,
Judit

Post count: 35449

Hi,

1. I don’t quite understand what shadow you refer, please provide some screenshots with the problem.

2.Please read about Create custom code with the browser’s Inspector or the Live CSS Box
https://www.screencast.com/t/ZcY9bP81cqBy

.widget_product_tag_cloud span,
.widget_archive span
{
background-color: lightgray;
color: gray;
}
.widget_product_tag_cloud .block-title,
.widget_archive .block-title
{
border-color: lightgray;
}

Hope this will help you.

Thank you.

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