• returntosourcewellbeing

    (@returntosourcewellbeing)


    Hi there, at some point a while back my mobile menu stopped being the right colour. On-hover is the correct colour b156c4 but most of the rest of it is red!

    I tried to add the following to my custom CSS but the theme doesn’t seem to like it. Would appreciate some help solving this.

    .x-navbar .mobile .x-nav li > a {
    color: #b156c4;
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The color red being set on the mobile menu items is from custom CSS you’ve added through a CSS plugin. I would check in the WordPress admin for any Custom CSS settings option (including through the Appearance > Customizer).

    Look specifically for this block of CSS and remove the color line:

    .x-navbar .mobile .x-nav li > a {
        color: #fa4136;
        font-weight: 800;
        background-color: rgba(255, 255, 255, 0.62);
        padding-left: 15px;
    }

    I hope you both don’t mind me chiming in with this little bit ??

    The color red being set on the mobile menu items is from custom CSS you’ve added through a CSS plugin.

    Looking at how huge and dense the block of CSS code this is from, it’s likely to have been auto-generated by some tool, and not something that was manually added.

    The style tag’s ID is cs-inline-css, and I see references to “cornerstone”. So, perhaps this is from the X theme vendor’s commercial Cornerstone page builder which is bundled with the (also commercial) X theme.

    Good luck!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘X theme can’t change mobile menu colour’ is closed to new replies.