Home Forums WoodMart support forum How to change the top bar color to gradient color? Reply To: How to change the top bar color to gradient color?

#436863

Hello,

Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.whb-top-bar { background: linear-gradient(red 10%, green 85%, blue 90%) !important; }

In this CSS, you can write your own color names along with their ratio of percentage.

Best Regards