Okay
  Public Ticket #3704907
Custom Shape divider image
Closed

Comments

  •  6
    Moofrad started the conversation

    Is it possible to have a custom image or svg as shape divider? Trying to use your "Clouds" but the illustration is not so good so we have created an svg to be repeated and used as shape divider if possible?

  •  8,837
    Tahir replied

    Hey Moofrad ,

    You can copy the function "nectar_svg_shape_divider" from wp-content/plugins/salient-core/includes/helpers.php to your child theme functions.php file to override any of the existing SVG shape dividers.

    Best 


    ThemeNectar Support Team 

  •  2,958
    Andrew replied

    Hi Ario,

    Thank you for getting back to us.

    Unfortunately, we currently don't have a way to achieve this out of the box. If you are comfortable with customizations, you can copy the function "nectar_svg_shape_divider" from wp-content/plugins/salient-core/includes/helpers.php to your child theme functions.php file to override any of the existing SVG shape dividers.

    Unfortunately, this is not something we can assist with as this would fall out of the scope of our support. However, we are partnered with a trusted provider of expert-level Salient customization. If you are interested in initiating a project, we recommend referring to our guide at the following link: https://themenectar.com/salient/customization/

    I hope that info helps.

    Best Regards,

  •  6
    Moofrad replied

    Thank you! Works fine, easiest way was to replace the code for existing dividers if anyone else needs to do this.