Okay
  Public Ticket #211579
Colouring Pricing Tables
Closed

Comments

  • Darrell started the conversation

    Hello mate,

    Is it possible to colour the top strip of a pricing table so it's not all one colour?

    Cheers,

    Darrell

  •  8,470
    Tahir replied

    Hey Darrell!

    Add this into the Custom CSS box located in your Salient Options panel :

    .col .pricing-table h3 {
        background-color: #333;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Darrell replied

    Thanks Tahir, much appreciated! :)

    Is there any way to change the header text too (to White) as it's currently grey on grey :P

    Cheers,

    DarrellĀ 

  •  8,470
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    .col .pricing-table h3 {
       color: #fff !important;
    }

    Cheers


    ThemeNectar Support Team 

  • Darrell replied

    Thanks again Tahir, all sorted ;)

    (I'm sure I'll be back looking for more snippets soon!!) :)