• Hi again,

    Another query, I have some text typed in as a ‘welcome message’, it shows up on PC view, laptop and iPad (when held width ways), it doesn’t show on iPad held portrait or on mobile. I tried reducing the number of characters in case I just had too much text, but even just a couple of words doesn’t show on the smaller devices – is there a way round this?

    Thank you,
    Jen

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Jen,

    By default welcome-description and welcome-button are hidden on 600px screens and less.

    Please try to use the following CSS code in order to make those elements visible on all screens.

    You can add CSS code to your site with Simple Custom CSS plugin (just copy CSS code and paste it in Dashboard → Appearance → Custom CSS after installing and activating the plugin). Also you can add CSS code directly to style.css file of your child theme.

    .welcome-desc {
        display: block !important;
    }
    
    .welcome-button {
        display: inline !important;
    }

    Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

    Thread Starter jennifer1979

    (@jennifer1979)

    Thank you Roman that’s great. This theme is wonderful and the support is faultless. No doubt I will be in touch with another query soon!

    Thanks again,
    Jen

    You are welcome Jen!

    By the way, it would be nice if you leave your feedback for Moesia theme, here is a quick link ??

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Welcome message doesn’t show on mobile view’ is closed to new replies.