• Resolved Carmen

    (@brownskinwomen)


    Hi,

    In mobile view, 5)3 blog posts I choose to display in the header only shows the header image and not the title, brief description or the read more button. It works fine on tablets and computers. This has been and issue since I first used the theme.

    Carmen Veal
    https://www.brownskinwomen.com

Viewing 1 replies (of 1 total)
  • Theme Author 8Degree Themes

    (@8degreethemes)

    Hi There,

    Yes the slider texts are disabled to make the mobile view clear and image visible.
    If you add text things will become much compact and not so good.
    That is intentionally made so.
    If you want to show the text then add this in your Additional Css field in Customizer:

    @media screen and (max-width: 640px) {
    	#main-slider .caption-wrapper {
    	    display: block !important;
    	}
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Header’ is closed to new replies.