• Hi,

    The slider works great on the desktop version of my website. However, I would like to have the title (excerpt not necessary) on the mobile version. I’ve tried various versions of code which I found from similar posts, although nothing worked. Advice?

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @zvonkova,

    We can show the featured title text with the help of custom css. Because on mobile device there is limited space so we can not show complete text.

    Please apply the below given css under Appereance -> Customize -> Additional Css-

    article.featured-text {
    display: block !important;
    }
    div.featured-title {
    display: block !important;
    font-size: 15px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter zvonkova

    (@zvonkova)

    Hello Manoj,

    Thank you, the title is now showing up on my phone. I did have to shrink the text to 9px so the box would overlay on the photos correcly. But now there is the problem that the title text is shrunk on the desktop and tablet version. How can I get the big title back?

    Also, I noticed that the slider no longer has navigation buttons – not on the desktop nor mobile version. How can I get those back?

    Thanks!

    • This reply was modified 6 years, 5 months ago by zvonkova.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider text not showing up on mobile phone’ is closed to new replies.