This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Problem with PriceTable (siteorgin widget)

Resolved 3 replies customizationgeneral
Started · Latest reply by Damian Pro

Hello, I have a problem with SiteOrgin Widget (PriceTable). I want to remove button in one price table.
I was trying method from Andrew Misplon “.ow-pt-columns-atom .ow-pt-column .ow-pt-button { display: none !important; }”
But it applies to all tables. How i can remove Buttons from one specific PriceTable? WebSite: BuySite.pl
Button to remove is in table ” Reklama w Internecie ” ( color blue) Have you any idea how to remove button form the single table? I would be very grateful for your help .

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Alex S Staff

    Hi Damian,

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .so-widget-sow-price-table-atom-f64c8a43fa4b .ow-pt-button {
        display: none !important;
    }

    You might also need to install the SiteOrigin CSS Editor.

  2. Damian Pro

    Thank you very much it really works. But Very interesting to me, however, you have located this particular PriceTable. I tried localize this table but i only found code to change all tables. Can you tell me how to localize Table?

  3. Damian Pro

    I managed to find locations. Very very thanks

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread