Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #878655

    Hello

    I looked at previous answers to this question using CSS but the solutions did not work. I would like to control the rows of pricing tables so I can set my own colours, i.e. default, heading, pricing and button rows and set them either the same for all cols or different in each column. Can you tell me how to do this or the CSS to apply. I also would like to set a red or blue colour bar or line at the top of the highlight column.

    I added the link to the page in question below.

    Thanks

    #878689

    Hey s29ers,
    Try this code in the General Styling > Quick CSS field:

    #buy_mfhs .avia-builder-el-11 .av_textblock_section:nth-child(1) {    
        background-color: blue;
        color: white; }

    please see screenshot in Private Content area

    Best regards,
    Mike

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