FrancescoL Active member Aug 14, 2021 #1 Good evening everyone. If I want to change the colors of my sidebar, which parts of the template should I edit? Thanks for your attention.
Good evening everyone. If I want to change the colors of my sidebar, which parts of the template should I edit? Thanks for your attention.
Solution BassMan Aug 14, 2021 Add this to your extra.less template: Less: .p-body-sidebar .block-container { background: #000; } Change the background value to suit your needs. This will change the background of sidebar blocks.
Add this to your extra.less template: Less: .p-body-sidebar .block-container { background: #000; } Change the background value to suit your needs. This will change the background of sidebar blocks.
BassMan Well-known member Aug 14, 2021 #2 Add this to your extra.less template: Less: .p-body-sidebar .block-container { background: #000; } Change the background value to suit your needs. This will change the background of sidebar blocks. Upvote 0 Downvote Solution
Add this to your extra.less template: Less: .p-body-sidebar .block-container { background: #000; } Change the background value to suit your needs. This will change the background of sidebar blocks.
FrancescoL Active member Aug 14, 2021 #3 Thank you. Supposing i want change just the border of sidebar, how i can change the color? Upvote 0 Downvote
BassMan Well-known member Aug 14, 2021 #4 Add border-color: #000; below the background property. Upvote 0 Downvote