Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1328801

    Hello,

    How can I change the background color of a table? I want the same color for every row.

    #1328819

    Hey Lautho2011,

    Are you using a pricing table or the regular tabular table?

    Best regards,
    Nikko

    #1328863

    Hi Nikko,

    the regular table

    #1328868

    Hi,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #wrap_all .main_color .avia-table tr {
    	background-color: #add4ef;
    }

    feel free to adjust the color to suit, after applying the css, please clear your browser cache and check.
    if this doesn’t help please link to your page so we can be of more assistance.

    Best regards,
    Mike

    #1328874
    This reply has been marked as private.
    #1328876

    Hi,
    Thanks for the feedback, I see a password in the Private Content area but I don’t see a url or username, please check.
    I mostly only need to see the actual page, so if you can link to it that would be great, if it’s in maintenance mode or unpublished
    then I’ll need a login.

    Best regards,
    Mike

    #1328884
    This reply has been marked as private.
    #1328891

    Hi,
    It seems the password is not correct, please check.

    Best regards,
    Mike

    #1328922
    This reply has been marked as private.
    #1328928

    Hi,
    Thank you for the login, it turns out that you were actually using the pricing table option
    2021-11-14_001.jpg
    so in this case the correct css to have white cells in the table would be:

     .main_color .pricing-table-wrap>.pricing-table>li {
     	background-color: #fff;
     }

    I added this to your Quick CSS, please clear your browser cache and check.

    Best regards,
    Mike

    #1328941

    thanks Mike! It worked!
    Now I have another question, but I guess it’s better to start a new topic then.

    #1328945

    Hi,
    Glad we were able to help, I found your new question and will reply there.
    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

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