Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #719029

    Hi
    On one of my pages, I use a color section with a background picture.
    Within the color section is a table with only text.
    I want, that the background picture is visible behind the table, means, I don’t wanna have a background color for the cells and no border.
    I tried to change the css, but I don’t get it, and I need your help.

    Thank you very much

    René

    #719148

    Hi René,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #719174

    Hi Rikard

    Hier is a example.
    – Page with color section with background picture
    – 2 layout elements
    – Content tabel

    http://www.dreamwhisperer.ch/test/

    My wish is, that only the text of the table is visible. Maybe I’m a css beginner, but I didn’t found a way to change this.

    And a second question, which you may simply answer:
    I want the text of the fist column right-aligned, and the second column left-aligned.

    Thank you very much for your help.

    • This reply was modified 7 years, 11 months ago by baiker.
    #719479

    Hi,

    Ok, thanks for the feedback and the link. Please try the following in Quick CSS under Enfold->General Styling:

    
    .page-id-218 table, .page-id-218 .main_color tr:nth-child(even), .page-id-218 .main_color tr:nth-child(odd) {
        background-color: transparent !important;
    }

    This will only affect the page in question, if you want it to apply to the whole site then remove all instances of .page-id-218 in the code.

    Best regards,
    Rikard

    #720612

    Great!! Thank you very much for giving me that solution!
    A happy René :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Table Fields transparent’ is closed to new replies.