• Using the free Virtue theme (I am considering going for premium), which is great except for 1 or 2 things, for website https://www.hilltopcottagebowes.co.uk there is no menu appearing in the mobile version. In Theme Options ‘Menu Settings’ I have tried various settings (set its colour to blue etc.) but cannot see any means of getting it to appear.

    Also, the logo is typed-in text set to quite a large size but I have tried various css settings in Theme Options ‘Advanced’ but can’t get it to reduce in size for a mobile.

Viewing 3 replies - 1 through 3 (of 3 total)
  • In order to assign a mobile menu, you need to go into Appearance> Menus.

    Simply assign the desired menu to mobile and you should be set.

    As for the text, you can set the size in mobile with this CSS in Theme Options> Advanced Settings:

    @media (max-width: 992px) {
    div#logo a {
        font-size: 28px !important;
        }
    }

    Let me know if that works for you!

    -Kevin

    Thread Starter ngsgbird62

    (@ngsgbird62)

    Thanks, I had gotten too used to using just the Kadance Theme Options. I don’t know why this setting isn’t there or why the default was for it not to appear. Sorted now.

    Te style coding also works, so thanks again.

    This is just how the theme works with wordpress. There are certain standards for how free themes must control things, and the menus must be done this way in order to stay within those standards.

    I’m glad it works for you! Let me know if you have require further assistance.

    -Kevin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No mobile menu’ is closed to new replies.