How to shrink the letters in the article title & hide arrow in the mobile view

This topic has 9 replies, 3 voices, and was last updated 5 years, 8 months ago ago by Olga Barlow

  • Avatar: yohantosadu
    yohantosadu
    Participant
    July 30, 2018 at 09:50

    http://prntscr.com/kcokhq

    Please, contact administrator
    for this information.
    8 Answers
    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

    Avatar: yohantosadu
    yohantosadu
    Participant
    August 3, 2018 at 15:45

    I have added a script, but it remains the same.

    http://prntscr.com/keauff

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 3, 2018 at 15:56

    Please make sure that you added the code in Global Custom CSS area.

    Regards

    Avatar: yohantosadu
    yohantosadu
    Participant
    August 3, 2018 at 16:36

    okay thank you, works

    Avatar: yohantosadu
    yohantosadu
    Participant
    August 3, 2018 at 16:43

    I have more qustions
    http://prntscr.com/keblh9

    1. hoe to change grid menu from black to white
    2. some text at slider revolution can not show in mobile view

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 4, 2018 at 11:08

    Hello,

    1) Go to Theme Options > Header > Mobile Header settings > Mobile header text color > choose white.
    2) Make sure that layer is enabled for the mobile http://prntscr.com/kekqv2

    Regards

    Avatar: yohantosadu
    yohantosadu
    Participant
    August 4, 2018 at 13:35

    okay, done.

    and how to hide sign in button at mobile menu?

    http://prntscr.com/kelsmq

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 4, 2018 at 13:57

    Hello,

    There is no option to hide link for mobile only. Use custom CSS

    .mobile-menu-wrapper li.login-link {
        display: none;
    }

    Regards

  • Viewing 9 results - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.