Omnibus plugin issue and mobile panel menu font size

This topic has 4 replies, 2 voices, and was last updated 15 minutes ago ago by Rose Tyler

  • Avatar: mecenas666
    mecenas666
    Participant
    December 19, 2024 at 14:22

    Hello,

    2 things that i cannot fix myself…

    1. In bottom widget/bar in product page (with add to cart button) i have ombinus dirextive widget visible. Because of that design is broken. Can we exclude this widget from this place? See attachment.

    2. In mobile panel category menu elements are so tiny. Can we make them way bigger (icon+font with bold style) and add more blank space above them?

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 19, 2024 at 14:50

    Hello, Mecenas666,

    Thank you for reaching out to us.

    1/ Custom CSS code can be used:

    .etheme-sticky-cart .iworks-omnibus {
        display: none;
    }

    2/

    .et-mobile-panel .et-mini-content .et-mini-content-head {
        padding-top: 30px;
    }
    .et-mobile-panel .et-mini-content .et-mini-content-head span {
        font-weight: 900;
        font-size: 30px !important;
    }
    .et-mobile-panel .et-mini-content .et-mini-content-head .et_b-icon svg {
        height: 25px;
        width: 25px;
    }

    Best Regards,
    8Theme’s Team

    Avatar: mecenas666
    mecenas666
    Participant
    December 19, 2024 at 16:07

    This CSS doesnt change nothing:

    }
    .et-mobile-panel .et-mini-content .et-mini-content-head span {
    font-weight: 900;
    font-size: 30px !important;!i;!;
    }
    .et-mobile-panel .et-mini-content .et-mini-content-head .et_b-icon svg {
    height: 25px;
    width: 25px;
    }

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 19, 2024 at 16:18

    Hello, Mecenas666,

    Could you kindly clarify where exactly you added the code?

    We are currently unable to access Appearance > Customizer on your site. Could there be any restrictions in place that might be causing this issue?

    Best Regards,
    8Theme’s Team

  • Viewing 4 results - 1 through 4 (of 4 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.