Pop Up and Menu - by Fábio - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler

  • Avatar: Fábio
    Fábio
    Participant
    July 22, 2020 at 17:47

    The theme brings a pop up that we don’t know where it is hidden or personalized, where can we find these options?

    Another situation that we need to solve is in the menu: in the last category, when we open all the sub categories it cuts the text, how do we solve this situation?

    Thank you.

    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 22, 2020 at 19:05

    Hello,

    1) Go to Theme Options > Header builder > Newsletter > edit content. If you want to remove it then just remove Newsletter from the header content.

    2) Can’t check the issue because don’t have access to your site http://prntscr.com/tmqyz0
    Please, provide us with password and temporary WP Dashboard access to check and help you.

    Regards

    Avatar: Fábio
    Fábio
    Participant
    July 28, 2020 at 16:57

    Hi reply in private.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 29, 2020 at 08:45

    Hello,

    Do you mean this situation with the menu – http://prntscr.com/tqd6uz
    Update the theme to the latest version – https://xstore.helpscoutdocs.com/article/63-theme-update
    If this doesn’t help, let us know.

    Regards

    Avatar: Fábio
    Fábio
    Participant
    August 5, 2020 at 12:08

    Yes, it is the same.

    Everything is up to date and still doesn’t work.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2020 at 15:32

    Go to Appearance > Menus > Screen options https://prnt.sc/tuiz88 , then add custom class for menu item https://prnt.sc/tuizfu menu-item-dropdown-left > add the next code in Theme Options > Theme custom CSS > Custom CSS for desctop:

    .et_b_header-menu .menu-item-dropdown-left .nav-sublist-dropdown:not(.nav-sublist) {
    	left: auto;
    	right: 0;
    }
    .item-design-dropdown.menu-item-dropdown-left .nav-sublist-dropdown ul > li.menu-item-has-children:hover:after {
    	right: auto;
    	left: -5px;
    }
    .et_b_header-menu.et_element-top-level .item-design-dropdown.menu-item-dropdown-left .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
    	content: '\e902';
    	right: auto;
    	left: 1.9em;
    }
    .item-design-dropdown.menu-item-dropdown-left .nav-sublist-dropdown .container > ul > li a {
    	justify-content: flex-end;
    	text-align: end;
    }
    .et_b_header-menu .item-design-dropdown.menu-item-dropdown-left .nav-sublist-dropdown ul > li ul {
    	left: auto;
    	right: 100%;
    }

    you will get – https://prnt.sc/tuiygc

    Regards

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