Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #691741

    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

    #692638

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.