Different text color for static block in mobile version

This topic has 5 replies, 2 voices, and was last updated 5 years ago ago by Goostaf

  • Avatar: Goostaf
    Goostaf
    Participant
    November 28, 2020 at 18:23

    Hello, we are using the StaticBlock menu in one of the sections, can we change the color in the other menu? On the pc it is correct, but how to change it under the mobile menu, we have everything white and white, but this block turns out to be different. (Screenshot)

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2020 at 10:07

    Hello,

    You can create a new Menu via Appearance > Menus (without static block) and set it to display for Mobile only (Header builder > Mobile menu > select menu).
    Or add the next code in Theme Options > Theme Custom CSS > Global custom CSS:

    .header-mobile-menu .et-menu-list .menu-title h3 {
        color: white !important;
    }
    .header-mobile-menu .nav-sublist-dropdown .block-container>.vc_row {
        padding-top: 0px;
    }

    Regards

    Avatar: Goostaf
    Goostaf
    Participant
    November 29, 2020 at 13:12

    Thank you very much, or can you tell me why the slider scroll arrows are missing on the pc, on the mobile they are in the carousel widget. (image carousel)? (Screenshot)

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2020 at 13:27

    It is the default element of WPBakery plugin, and it is predefined displaying that is independent of the theme. Do you want to show arrows on pc? Add the next code in Custom CSS for page – https://prnt.sc/vs88ea

    .swiper-entry .swiper-custom-left {
        left: 0 !important;
    }
    .swiper-entry .swiper-custom-right {
        right: 0 !important;
    }
    .swiper-entry .swiper-custom-left, .swiper-entry .swiper-custom-right {
        opacity: 1 !important;
        visibility: visible !important;
    }

    Regards

    Avatar: Goostaf
    Goostaf
    Participant
    November 29, 2020 at 20:30

    Thanks again, you are cool !!!

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

The issue related to '‘Different text color for static block in mobile version’' has been successfully resolved, and the topic is now closed for further responses

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