Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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 .
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.
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?
I managed to find locations. Very very thanks