Comment on page
Background color
You can use color in the background. simply add .pt-bg-primary (or any color you want) class where you want to use. See example below:
<!--=============== bg-primary ==================-->
<div class="pt-bg-primary">
<h2 class="pt-section-title"> Provide Best </h2>
</div>
<!--=============== bg-primary ==================-->
Note We include 5 background color helper class in our template pt-bg-primary, pt-bg-primary-2, pt-bg-white, pt-bg-dark and pt-bg-light You can add unlimited background color class according to your needs
Last modified 1yr ago