Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #984640

    Hi,
    I have made a data table with 4 columns.
    First column (Default column), Second–Fourth column (Center Text column).

    I would like to change the first column to bold text. Do you have a Quick-CSS for that?

    I already have this in my Quick-CSS:

    #top .avia-heading-row {
        background: #9e0000;
        color: white;
    }
    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
    color: inherit!important;
    }
    #top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {
    border-color: #e1e1e1;
    }
    
    • This topic was modified 6 years, 4 months ago by loftreklam.
    #984718

    Hey Jakob,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #984781
    This reply has been marked as private.
    #985045

    Hi,

    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 .avia-heading-row th strong {
        color: #fff;
    }
    #top td strong {
        color: #666;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #985072

    Thanks, but I really not see what the css-code does… Is it just not for the colour?
    I use the “strong-code” in the tables, and it works.

    #985319

    Hi,

    Yes it is for the color, that is the question about, right?

    Best regards,
    Basilis

    #985324

    No, it was bold text for the first column I was asking for.

    #985737

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    .avia-table td:nth-child(1) {  
    font-weight: bolder !important; 
    }

    Best regards,
    Mike

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