Showing 1 – 1 of 1 replies
lynexsvc

Color change of Line separators

lynexsvc PURCHASED
1 year ago
How do you change the color of the Line separators?.. they all say PINK

<div class="separator-line-horrizontal-medium-light2 bg-Pink center-col"></div>
Chitrakoot Web
1 year ago
Thank you for purchasing the Dicor template.

For that change you need to add one class in the helper.css (css/plugins/helper.css) on line. no.159.

For e.g.

.bg-blue { background-color:#0000ff; }

and that class you need to apply in the HTML page like this.

<div class="separator-line-horrizontal-medium-light2 bg-pink center-col"></div>

to

<div class="separator-line-horrizontal-medium-light2 bg-blue center-col"></div>

Hope! This will help you.

Still any doubt, please send us a message from our profile page (https://wrapbootstrap.com/user/chitrakootweb/message) so we can give you a brief answer.

Thank you.