Tagged: mobile responsive
Hello
I have used grid row cells to display a background image and a button. Fine on desktop/laptop. Images do not look good on mobile so I would like to use a plain colour backgrounds of #febecc and #bfbfbf for each cell on mobile display not the images.
Please see link to the home page below. It is under the section ‘download our complimentary ebooks
Hey sensiblekaren,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your cells and give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.your-custom-class { background: #febecc !important; }
.your-custom-class-two { background: #bfbfbf !important;}}
Best regards,
Yigit