Reply 197432 to: how to shrink the letters in the article title & hide arrow in the mobile view

Avatar: Rose Tyler
Rose Tyler
Support staff
July 30, 2018 at 09:56

Hello,

Please add this code in Theme Options > Styling > Custom css > Global custom css:

@media only screen and (max-width: 768px){
    .posts-navigation {
        display:  none;
    }
    .page-heading.bc-type-left .title {
        line-height: 1;
        font-size: 3rem;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.