Tagged: Pricing Table, quick css
Hi,
I have a pricing table with 3 columns.
the third column header text is orange and I need to change it to 3692D0.
I have modified the custom.css, but sine it appears before the web-pricing-tables.css, those settings get overridden.
Next attempt want to add the following line to the quick.css
.orange .table-price {color:#3692D0;}
But again this does not help,
In general I cannot find any of the lines I am adding to the quick.css in the page (or in the dynamic_avia/enfold.css)
I am using wordPress 3.9
Enfold 2.6
And help will be highly appreciated
Yoav
Hi assaftoval!
Please try adding !important rule as following
.orange .table-price {
color: #3692D0!important;
}
Regards,
Yigit
Hi Yigit,
thanks fro the quick response.
Unfortunately that did not work (and cache was cleared as well)
Is my assumption correct the the quick.css is populated to the dynamic_avia/enfold.css file ?
I tried looking for that line (W/O the important!) and could not find it.
any idea?
thanks
Yoav
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
Yigit
I just replied to your other question Yoav :)
Best regards,
Josue