Okay
  Public Ticket #2396007
up button
Closed

Comments

  • osmar started the conversation

    hi....


    theme magic:

    how to remove the "up to top" button?

    and how to remove the "breadcrumbs" for the top section/title?

  •  1,630
    Andrey replied

    Hello, Dear Osmar!

    1. In order to hide breadcrumbs area - please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    section.page_title.ds.ms.s-pt-60.s-pb-0.s-pb-70.cover-background.s-overlay {
        display: none;
    }
    .s-pt-xl-150 > [class*='container'] {
        padding-top: 50px;
    }
    

    Save changes and check results at front-end.

    2. To hide to top button, add this code in Additional CSS:

    #toTop {    
        display: none !important;
    }
    

    Then save changes and check results at front-end.

    Best Regards!

  • osmar replied

    tyvm;

    now, apply ssl and follow instructions for the plugin "ssl insecure content fixer"

    the entire site has broken now... menus, icons, logo, general editions etc...

    support or something? asap.

  •  1,630
    Andrey replied

    Hello, Dear Osmar!

    Please check the ticket #: https://mwtemplates.ticksy.com/ticket/2396007/

    Best Regards!