Breadcrumbs in the footer

Hi Guy's,

Is it possible to move the breadcrumbs in to the footer? I would like to remove the social icons at the left of 'the slide to top icon' and replace it whit the breadcrumbs...

Can you guys help me with that?


Comments

  • Correction: i also want to remove the 'slide to top' and the social icons and there i want to have the breadcrumbs...
  • Hi,

    unfortunately breadcrumbs can`t be moved as you want. But to remove "slide to top" button and social icons in footer, please use below css:
    #Footer .footer_copy .social { display: none !important; }
    #Footer .footer_copy a#back_to_top { display: none !important; }
Sign In or Register to comment.