• Hi I need help with a few things I am pretty new to wordpress but also finding this theme doesn’t work with some of the solutions I been finding around the web.

    I would like to remove hamburger/mobile menu

    I would like to make the footer solid white

    I would like to remove all theme meta tags (is that okay to do and how?)

    Extra points for talking to me like I am a toddler cause I been dizzy trying to figure out this stuff.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would like to remove hamburger/mobile menu

    It seems you’re not using your theme’s menu at all: you’re using a 3rd-party mega-menu plugin. So you can simply hide it with the custom CSS in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS:

    .navbar-header {
        display: none;
    }

    I’m curious though, why, for such a simple menu as you have, you’d use a mega-menu plugin instead of the built-in menu your theme (and WordPress) provides.

    I would like to make the footer solid white

    #footer-area {
       background-color: #ffffff;
    }

    I would like to remove all theme meta tags

    Why? What problem are you trying to solve by removing the meta tags?

    Thread Starter zaxxander

    (@zaxxander)

    Thank you so much that fixed those issues. You a peach!

    “Why? What problem are you trying to solve by removing the meta tags??

    Old web Indexing on privacy oriented browsers like duckduckgo they show. Other browsers not. Which just looks kinda bad.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Activello theme help.’ is closed to new replies.