[ad_1]
Replies: 1
I’m not sure how to get it to work?
Please show the steps on how to get it to work?
I assume adding this to the Custom CSS Sidebar component is still incomplete?
/* Style for #ocs-sidebar1 */ ocs-sidebar1 {
width: 250px; /* Set the width of the sidebar / background-color: #f4f4f4; / Background color for the sidebar / padding: 20px; / Padding inside the sidebar / box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); / Add a subtle box shadow */
}
/* Style for .ocs-toggle-sidebar1 */
.ocs-toggle-sidebar1 {
background-color: #007bff;
color: #fff;
padding: 10px;
border: 2px solid #0056b3;
border-radius: 5px;
cursor: pointer;
}
/* Style for .ocs-open-sidebar1 */
.ocs-open-sidebar1 {
font-size: 18px;
font-weight: bold;
color: #333;
}
/* Style for .ocs-close-sidebar1 */
.ocs-close-sidebar1 {
font-size: 16px;
font-weight: normal;
color: #666;
}