how register new custom class on tailwind
-
hi friends i try to change color this section
Shop -> Resources -> Components -> layouts -> header->desktop -> bottom.blade.phpim register new color section on tailwind.config
this class
hover:border-olalaCustom3not working on hover only worknavyBlue or graywhere cant put new color on this if put navyblue put blue color i need white color
-
Hello @alexVillalobos
You can add your CSS in your new custom class, as shown below.

Also, to know in detail about tailwind CSS you can go through the below link.
https://tailwindcss.com/docs/customizing-colors
Thanks & Regards