How to remove gray background from mobile..

Posted in: Newspaper
Post count: 555

How can i remove the gray background or make it white on mobile devices..i’ve tried the code some one post but that have no effect on the mobile only on desk top..thanks in advice

Post count: 3343

Hi,
Try this CSS:

@media (max-width: 767px) {
        .thumb-wrap {
          background-color: #FFFFFF !important;
        }
      }
Post count: 555

Thank you very much @Marius it work perfect..

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