What do I need to do to have different side bars in my support portal?

Modified on Sun, 9 Mar at 4:24 PM

To have different side bars, you need to enclose class under a parent element. 


Example:

.custom-homepage {

 .sidebar{

   //your css code here

 }

}

.custom-category-page {

 .sidebar{

   //your css code here

 }

}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article