• Hi,
    I want to edit sticky header such that it must not be visible on mobile. It looks fine on desktop but I want to remove it from mobile using code without purchasing the pro-theme.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    I am assuming that you are talking about blue bar displaying at the bottom of mobile screen.

    Paste this CSS in the Customize > WordPress default > Additional CSS

    .top-store-mobile-bar{
    display:none;
    }

    Best Regards

    Thread Starter minhalmanjee

    (@minhalmanjee)

    yobs.pkThankyou theme hunk
    I found your response very well and it worked perfectly fine.
    I need one more help that is, I want to change the colour of the footer background from the default white to blue. I couldn’t find an option in customize.
    Kindly share the code to do so, am stuck.
    Thank you!

    • This reply was modified 3 years, 5 months ago by minhalmanjee.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky header slide down’ is closed to new replies.