Custom Classes | Spectrum - Documentation | JoomShaper

Spectrum

Updated Last: 04 October 2018

Custom Classes

1) For addon title style(border) add this class into addon settings "spectrum-title-border"

2) For section title style(black border) add this class into row settings "section-title-border"

3) Call to action (in home page)  add this class "spectrum-free-quote" into column settings.

4) Call to action (in about page)  also add this class "spectrum-free-quote2" into column settings.

5) Some responsive classes for only tab devices (under 768px width)

 

//Responsive Padding Class

  .padding-top-zero-res{

      padding-top: 0 !important;

  }

  .padding-top-res{

      padding-top: 30px !important;

  }

  .padding-bottom-res{

      padding-bottom: 30px !important;

  }

  .padding-bottom-zero{

      padding-bottom: 0 !important;

  }

  .padding-res{

      padding: 30px 0 !important;

  }

  .padding-zero{

      padding: 0 !important;

  }

 

6) For faq style with feature box add this class into row settings "spectrum-faq-list".

7) For popup video (in home page) add this class into row settings "spectrum-video-info".

8) For contact information style (in contact page) add this class into row settings "spectrum-contact-info".