Change colors – and remove date

Posted in: Newspaper
Post count: 45

1) We are looking to change colors for (Big Grid Full 3 –
Grid Style 4 Bottom Box )

See Image: http://prntscr.com/qk4i3h

1.a) I have looked through the Theme Panel and I can’t see that option for the change

2) How would I go about removing the date
see image: http://prntscr.com/qk4off

Post count: 18283

Hello !

In order to change the color: .td-grid-style-4 .entry-title {
background-color:rgba(90,120,144,.7);
}

Also in order to remove the date you will have to use css:

.td-grid-style-4 .td-module-meta-info > span:last-child {
padding-right: 7px;
display: none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

I hope this was helpful !

Thank you !

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