Okay
  Public Ticket #1447822
Custom CSS
Closed

Comments

  • coreyblaser started the conversation

    I'm trying to style a background layer with a custom gradient via css. I have placed the css on a layer with a transparent background, no background image set. However, I can't get it to show.

    I've tried adding in an ID attribute and writing as traditional css markup:

    #grad { background: linear-gradient(-45deg, red, yellow); }

    And without the class or ID selector:

    background: linear-gradient(-45deg, red, yellow);

    I used a demo slide I pulled from the plugin, I'm just trying to change the bg behavior. 


  • [deleted] replied

    Hello coreyblaser,

    Thank you for getting in touch with us. My name is Attila and I'm happy to assist you today.

    I would like to confirm that we have received your message. Due to the nature of the issue you are experiencing, I will have to contact and consult with the development team first. I will get back to you as soon as I can.

    We appreciate your patience while we're working towards your ticket.

  • [deleted] replied

    Hello again,

    You will need the following adjustements. Set the layer type to HTML (not image). Set the Top and Left values to 0. And finally set the Width and Height values to 100%. This way it should work.