• I can’t get the mobile version of my blog to display text on the GRS on the homepage. There’s a toggle switch within the settings that asks to turn off that display in mobile, but I don’t have that selected. Does anyone have a fix for this? I really nee my text (post title) to show up on mobile devices.

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Hi there,

    There is code in your child themes style.css file that hides the excerpt on smaller screen sizes it is not coming from the plugin.

    this is the code in the media queries that is hiding the slide excerpt:

    .slide-excerpt-border {
        display: none !important;
    }

    If you need further assistance I would suggest reaching out to the child theme developer.

Viewing 1 replies (of 1 total)
  • The topic ‘Slider not showing text (post title) on mobile’ is closed to new replies.