• Hi

    Is there a way to make the font of the title smaller and to remove sliders on mobile version?

    Lots of work needs to be done on the mobile version. It doesn’t look very good at the moment and I do not know how to control it.
    Many thanks

    Sakina

Viewing 1 replies (of 1 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hello Sakina,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    @media only screen and (max-width: 480px){
    .content-info h2 {
        font-size: 22px;
    }
    .sl-slider-wrapper {
        display: none !important;
    }
    }

    Hope it will resolve your issue

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Mobile Version of Colourway’ is closed to new replies.