• Resolved aaess

    (@aaess)


    Hello –

    I would like to remove the sticky buttons (Download Brochure and School Fee) on the left of the pages. Can someone please advise? Thank you.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Radu

    (@broseph)

    Hello!

    Go to Appearance -> Customize -> Additional CSS, and add this:

    .no-featured .sticky-btn{
    display: none;
    }
    guru985

    (@guru985)

    Hello Aaess,

    Go to your stylesheet and find this code.

    .no-featured .sticky-btn {
    position: fixed;
    top: 47%;
    z-index: 9999;
    }

    And add display property {display: none;}.

    I hope it will solve your problem. And let me know if there issue.
    Thanks,

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @guru985, We appreciate you taking the time to help out, thank you for that. I would just encourage the use of the “Additional CSS” section of the dashboard, or a Child Theme style.css file, to hold those CSS changes.

    If you’re not aware, making changes directly to theme or plugin files will mean those changes will be erased when something updates.

    guru985

    (@guru985)

    Hi,
    Andrew Nevins

    We are aware with this thing if we modify a chaild theme style.css there will no any with theme “update” problem.

    Thread Starter aaess

    (@aaess)

    Hi Blade,

    Thank you for your quick reply. I used your method and it worked perfectly on that page. However, I just realized, I need to remove it from all the pages. Is that possible?

    Hi Guru,

    Also, thank you for your help. Does your method work to remove the sticky side bar from all the pages?

    Please advise.

    Thank you.

    • This reply was modified 7 years ago by aaess.
    • This reply was modified 7 years ago by aaess.
    Radu

    (@broseph)

    Hello!

    Try this:

    .sticky-btn{
    display: none !important;
    }
    Thread Starter aaess

    (@aaess)

    Thank you, Blade!

    Problem fixed! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing Sticky Tab on Pages’ is closed to new replies.