• Jess

    (@jesslucyg)


    still struggled to remove footer with plug in

    PROUDLY POWERED BY WORDPRESS | THEME: INTERGALACTIC BY WORDPRESS.COM.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Via Additional CSS in the Customizer, add this:

    .site-info {
        display: none;
    }
    Thread Starter Jess

    (@jesslucyg)

    Thanks but I don’t want all footer to disappear, just this part to not be there:

    PROUDLY POWERED BY WORDPRESS | THEME: INTERGALACTIC BY WORDPRESS.COM.

    Thread Starter Jess

    (@jesslucyg)

    I have this in: and want it to stay but need WordPress and theme name not in the website:

    .site-info:before {
    display: block;
    content:”Copyright Iconic Connex 2018 – Online Store – Worth Marketing Solutions”;

    Try this CSS

    .site-info, .site-info .sep {
        visibility: hidden;
    }
    
    .site-info:before {
        visibility: visible;
    }
    Thread Starter Jess

    (@jesslucyg)

    Thanks so much it worked

    i have one other problem with menu at top that’s on the right that i want on the left instead of right

    Thread Starter Jess

    (@jesslucyg)

    button.menu-toggle.x:after {
    content: ‘Conact us’;
    color: #fff;

    i have that for menu at top left but its not responsive. how can I rather have it on the left instead of right?

    https://perfumeatomisers.co.za/

    I think this is what you’re looking for?

    .menu-toggle {
        right: unset;
        left: 1.5em;
    }
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘remove footer’ is closed to new replies.