Styling links in Integrity sidebar

I am trying to increase the font size of the links in the sidebar in Integrity, but there already exists a css entry for .widget ul li a { font-size: 11px !important; }

Because this entry is listed as “important”, I am unable to override it in my custom CSS. Could you please let me know how I can fix this as the current font size is much too small.

Thank you!

Hello Elsie,

Did you check in X > Theme Options > CSS to see if the code exists there? If the code is in there, you can simply edit the code and change the font size. If you can’t find the code, try adding this in:

.x-sidebar .widget ul li a { font-size: 12px !important; }

Hope this helps.

Thank you! I did not realize there was more CSS in that Theme Options location. That’s where it was. I appreciate your help!

You’re welcome!
We’re glad @Jade were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.