• Resolved omicronus

    (@omicronus)


    Hi there, I have this Landing page plugin that doesn’t allow me to use the custom fields. I do have custom CSS however, is it possible for a CSS code to hide the float to top button?

    You can see it double bottom left hand corner when you scroll down the page.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author cageehv

    (@cageehv)

    Hey omicronus,

    I don’t understand why you cannot use custom fields.

    You could add something like this to your stylesheet:

    #scrollUp {
    display: none !important;
    }

    But, that will hide it on every page…

    You could put some jQuery code on the particular page(s), like:

    jQuery("#scrollUp").hide();

    I hope this helps.

    peace,
    Rolf

    • This reply was modified 6 years, 9 months ago by cageehv.
    Thread Starter omicronus

    (@omicronus)

    It’s because of the plugin, it doesn’t use the normal pages that has custom fields in it, it uses it’s own page thing.

    Thanks, I’ll give that a try!

    Thread Starter omicronus

    (@omicronus)

    That jQuery(“#scrollUp”).hide(); code seems to do the trick, thanks a bunch!

    Plugin Author cageehv

    (@cageehv)

    Hey omicronus,

    Glad I could help!

    peace,
    Rolf

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide on specific page’ is closed to new replies.