Okay
  Public Ticket #3527113
Pricing column header text color issue
Closed

Comments

  •  2
    WAKEbrandmedia started the conversation

    when i toggle off the "highlighted" column on the left of the pricing module it turns the header text black. It doesn't do it to the column on the right. 

  •  2
    WAKEbrandmedia replied

    .

  •  8,838
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .pricing-table[data-style="flat-alternative"] .pricing-column.no-highlight.accent-color h3,.pricing-table[data-style="flat-alternative"] .pricing-column.accent-color h4,.pricing-table[data-style="flat-alternative"] .pricing-column.accent-color .interval {
        color: #1cd6df;
    }

    Thanks


    ThemeNectar Support Team