Hallo,
I want to change the pricing-row from the pricetable.
i want to have a white background with a border.
i put the follow in quick css
.pricing-table li.avia-pricing-row {
border-width: 3px;
background-color: #fffffff !important;
border-color: #f55200 !important;
border-style: solid;
padding: 2px;
border-radius: 20px;
}
The background is OK but i have no border.
Can you help me please
Yhx
Hey rafke,
I can see an orange border on normal state and a blue one on hover, is that correct?
Best regards,
Rikard
Hallo,
In the second column (VP710) you see a yellow background in the middle of the table. This is a avia-price-row (cel).
I want also a border around these yellow cel (avia-pricing-row) and make then the background-color white.
The border around the full-price-tabel (orange) is OK. My problem is I want a border insite around the yellow pricing-row
Thx