Hi, I am currently using the icon stack in X-Themes. I can seem to adjust the main menu font size and style but I cannot adjust the drop-down menu font size separately. It is too small and I would like to be able to change the font-weight. Is there a way to do this? I do not code so I would need good instruction if I need to add customer code. See screenshot of what I mean.
Hi @Ramage
Thanks for reaching out.
Regretfully, currently, there is no such option for changing the sub-menu font-size
. To achieve it, you need to add a piece of custom CSS code to Theme Options > CSS.
Here in the code 20px
is a sample value to show how you can set the value in attribute. Remember that the example code will work if copied as it is and don’t conflict with any existing code.
.desktop .sub-menu
{
font-size: 20px !important;
}
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
Thanks
@tristup That worked perfectly. Thank you
One more question for you, still concerning the drop-down menu. Is it possible to align the dropdown menu further left or further right?
Hi @Ramage,
Glad to know that it works for you. Regarding the alignment of the menu is a part of customization and which is beyond the scope of theme support.
I would suggest you hire a developer who can assist you to do the customization or you can avail of our newly launched service called One, where the customization questions are answered.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.