Home Forums Basel support forum Difficult to use css on header Reply To: Difficult to use css on header

#260654

Hello,

Add the custom code to the Theme Settings > Custom CSS:

.main-nav .menu > li > a{
color:red;
text-transform:capitalize;
}

.main-nav .menu > li > a:hover{
color:blue;
}

Set the colors and styles as per your needs and remove the rules from the advanced typography to avoid duplicating.

Best Regards