Dropdown menu suddenly changed its font size

Hi…

It happens today, when I checked my website http://cahwonosobo.com/, the dropdown menu suddenly changed its font size and it looks ugly (attachment 1a), Previously, it looks like the attachment 1b which I got from here. Does anybody know how to resolve this problem?

Thank you so much

Regards,

Kurniawan Widi

Hi Kurniawan Widi,

I hope you are well today and thank you for your question.

You can try resolving it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > li > a:hover{
        color: #dd8500;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
        background-color: #dd8500;
}

Best Regards,
Movin