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

    Hi.

    How can turn the upper column into black here?

    ” Dato, Sted, Beskrivelse, Tid”
    I want it to look like it does now, the same design, but with the black line on the top like this(I uploadet a picture):
    https://ibb.co/fCgwO5

    #787049

    Hey DonHenrik,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-table th {
      background-color:black !important;
      color:white !important;
    }

    Best regards,
    Rikard

    #788280

    Hi.

    Thanks, but now everything turning black.
    I only want the first line (column) black :-) The one with : DATO / STED / BESKRIVELSE / TID

    #788284

    Hi DonHenrik,

    That happened because all your rows are Heading Rows. Usually, only the first row is the Heading Row, and all the other rows are Default Rows. If you can change cells in rows 2-4 to to be Default Rows, then Rikard’s code will work.

    But if you really want them to be Heading Rows, we can work with that, too. Please use this code instead:

    .avia-table tr:first-child th {
      background-color:black !important;
      color:white !important;
    }

    Best regards,
    Sarah

    #788293

    Yes, i like that design and size better!
    That worked! Thank you soo much :-)

    #788296

    You’re welcome! We’re always glad to help.

    Do you need any other assistance with this, or can we close this thread?

    Cheers!
    Sarah

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