[Resolved] Disable Elements (Image) For One Page Only

Home Forums Support [Resolved] Disable Elements (Image) For One Page Only

Home Forums Support Disable Elements (Image) For One Page Only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #288477
    Rylan Urban

    Hello,

    I would like to disable the 3 image elements that I have along the right side of the page.

    CSS is ok,

    Ideas?

    http://rootsrocksolar.ca/trade-show

    #288542
    Leo
    Staff
    Customer Support

    Hi Rylan,

    Try this:

    .page-id-394 .saskpowericon,
    .page-id-394 .solarpanelwarranty,
    .page-id-394 .solarworksmanshipwarranty {
        display: none;
    }

    Let me know.

    #288552
    Rylan Urban

    Thanks again!

    perfect ๐Ÿ™‚

    #288556
    Leo
    Staff
    Customer Support

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.