Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #763559

    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

    • This topic was modified 7 years, 8 months ago by rafke.
    #763966

    Hey rafke,

    I can see an orange border on normal state and a blue one on hover, is that correct?

    Best regards,
    Rikard

    #764039

    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

    • This reply was modified 7 years, 8 months ago by rafke.
    #765524

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .pricing-table li.avia-pricing-row {
        border-style: solid!important;
        border-width: 1px!important;
    }
    

    Best regards,
    Yigit

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