• Hello im looking for CSS to do menu like this link
    My site My SITE

    And i need css to delete This on the every site
    “Początek » 8D Cinema » Pobierowo” and “go on top” in footer
    That the last thing i need help me !

Viewing 2 replies - 1 through 2 (of 2 total)
  • About the first question, disable the breadcrumb in Appearance->Customize->Pages and Posts Layout
    About the second.. if you want a simple css code to hide it:

    .colophon a.back-to-top {
        display: none;
    }

    Thread Starter cezar88ra

    (@cezar88ra)

    OK done but i still need CSS or something to do a MENU AND DROPDOWN MENU

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Dropdown Menu Editon’ is closed to new replies.