Reply To: Custom Elements

Home Forums Use Any Fonts Custom Elements Reply To: Custom Elements

#2280
Dinesh
Keymaster

Hi Edo,

There is a css

html body #navigation .sub-menu li a, html body #navigation .sub-menu li .sub-menu li a, html body #navigation .sub-menu li .sub-menu li .sub-menu li a{
 color: #DEDEDE !important;
    font-family: arial,Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

and the font has been marked as important, so the plugin is unable to overwrite it. Can you please delete this line ?

Thanks