Okay
  Public Ticket #3226086
how can I change the background color to a radiant?
Closed

Comments

  •  3
    nasser135 started the conversation

    Hey again,


    How to change the background color to a gradient.


    Not the row background or color background.

  •  2,723
    Andrew replied

    Hello Nasser,

    Thank you for reaching out to us.

    To clarify, do you want to change the background of your site? Also, If you can share screenshots of the section you want to change the background will help us better advice you on this.

    We look forward to your feedback.

    Kind regards,

  •  3
    nasser135 replied

    Hey Andrew.

    https://kratos.marketing/email-marketing-2/


    I colored the row in red so it would be more clear...

    You can find what I mean in the following screenshot...

    https://ibb.co/xSSMv6y

    I want to change the color of the white background.

  •  2,723
    Andrew replied

    Hello Nasser,

    Thank you for getting back to us.

    You can set an animated row background in the row settings as shown in this screenshot:

    2660141107.png


    Alternatively, you could try setting the gradient overlay color and let me know if it works for you. You can do this in the column settings. 

    1453616554.png

    Kind regards,

  •  3
    nasser135 replied

    Thank you, Andrew, but I think we misunderstood each other.


    I said that it was not the row color that I need to change.


    It's the white background that is visible between the 2 rows after using the shape divider.

    Attached files:  Screenshot_20230207_071212.png

  •  2,723
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    Seems that the shape divider is contributing to this issue. To look into this, could you allow us to log in to your website's backend dashboard so we can check on this for you more? We are gonna need the username and password of the admin user as well as the login URL.

    Thanks,

  •  1,646
    Judith replied

    Hi there,

    I am afraid we are not able to add the gradient to the shape divider as it is an SVG and it needs more than a css.

    Thanks.

  •  3
    nasser135 replied

    It's not the shape divider that I need to change the color of it.


    There are 2 rows in the photo, the upper one with a red background.

    And the one in the down uses a photo, and I add a shape divider to it.

    Since there is a shape divider, it creates a white background between the 2 rows (where I put a blue mark in the attached screenshot).


    This is what I need to change the color of it.

    The color of the whole page background.

    Attached files:  Screenshot_20230207_071212.png

  •  1,646
    Judith replied

    Hello there,

    Please try this css:

    .nectar-shape-divider-wrap.no-color .nectar-shape-divider {
        fill: #891515;
    }

    Thanks.