Submenu Text Size

Hi,

I want to change the text size of my submenu. I entered this in:

.desktop .sub-menu {
font-size: 20px;
}

but it didn’t work. Help!

Hello There,

Thanks for posting in!

Please make use of this code instead:

.desktop .sub-menu a {
    font-size: 20px;
}

Please let us know if this works out for you.

It didn’t work.

Hello There,

The code should have work. The problem is that you added the code in the wrong place and it is being overridden with the theme option settings. Please remove the code from Appearance > Customizer > Additional CSS and add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r) instead.

Please let us know how it goes.

I put it where you said and it still does not work. Help!

Hi There @GlaxoSoft

Upon checking, I see that you have few site URLs assigned to your licenses, so I’m not sure for which site that you’re referring to. Could you please provide us with the site URL, so that we can look into your issue.

Before doing that, please copy all of your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) and see if you’re getting any CSS errors. If so, you need to fix those errors, so that your CSS will parse correctly.

Thanks!

The site is boogiethepug.com.

Hello There,

Did you inserted this custom css:

Typography:Body Font:LatoBody Font color:rgb(71,71,71)Body Font size:18pxContent Font Size:18pxBody Font weight:400 - regularHeadings Font:LatoHeadings Font color:rgb(36,36,36)Headings Font weight:700 - boldH1 Letter Spacing:-0.012H2 Letter Spacing:-0.012H3 Letter Spacing:-0.009H4 Letter Spacing:-0.035H5 Letter Spacing:-0.018H6 Letter Spacing:-0.035Uppercase:OffWidget Icons:Off------------------------------
Buttons:Button Style:FlatButton Shape:SquareButton Size:RegularButton Text:rgb(255,255,255)Button Background:rgb(77,161,255) (or your own color)Button Border:rgba(43,159,243,0) (results in no border,recommended)Buttons hover:Button Text:Button Background:rgb(77,161,255) (or your own color)Button Border;rgba(43,159,243,0) (results in no border,recommended)------------------------------
*/

It is invalid and created a conflict with the rest of the custom css.

By the way, Could you please update to the latest versions?
Our latest versions are:

  • X theme 6.1.6
  • Cornerstone 3.1.6

This latest release contains fixes for several issues so be sure to check out the changelog (http://theme.co/changelog/).

_After doing the updates, always remember to clear all caches (if you are using WP Rocket, WP SuperCache or W3 Total Cache) when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.-

Please let us know how it goes.

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