Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1014176

    Hi Enfold team,

    I’ve added a table to my page ‘ RePower after pregnancy’. Great option!
    I would like to adjust it a bit:

    – White background in stead of different rows in a different colour
    – Rows 2-5: font black
    – Row 5: bold

    Is that possible?
    Eefke

    #1014277

    Hey Eefke,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color table caption, .main_color tr:nth-child(even), 
    .main_color .pricing-table>li:nth-child(even),
     #top .main_color .avia-data-table.avia_pricing_minimal td {
       color: #000;
     }
    .avia_pricing_minimal .pricing-table>li:last-child {
       font-weight: bold;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1014390
    This reply has been marked as private.
    #1014948

    Hi shedoesitcoaching,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-pricing-table-container .pricing-table>li:last-child {
      font-weight: bold;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1014994

    That worked, thanks!
    You can close the topic.

    Eefke

    #1015140

    Hi,

    Thanks for letting us know. I’ll close this thread for now then.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adjust table’ is closed to new replies.