Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1079714

    Hi there,
    I wondering how to change the colour of the top left hand box in the table element.
    I would like it to be transparent like the first table example on this webpage – https://kriesi.at/themes/enfold-2017/elements/tables/
    Any ideas?

    Many thanks in advance!!

    #1079719

    Hey Suze,
    When you say “transparent” do you mean that you want it white or have the background image?
    2019-03-17-155330
    This css gives it the background image:

    #top.page-id-198 #av_section_1 > div > div > div > div > div:nth-child(2) > table > tbody > tr.avia-heading-row > th.avia-desc-col {
    background-color: transparent !important;
    background: url(//wordpress-82076-502599.cloudwaysapps.com/wp-content/uploads/2018/05/white_carbon.png) center center repeat scroll;
    }

    Best regards,
    Mike

    #1080145

    You guys are amazing! Thanks for your prompt response – that’s exactly what I wanted, background image.
    I would also like the table underneath this one to have the same. I did have a go at this myself but couldn’t fudge it.
    Can you please advise the css required?
    Many thanks!!

    #1080212

    Hi,
    Glad we could help :) For the next one please try:

    #top.page-id-198 #av_section_1 > div > div > div > div > div:nth-child(7) > table > tbody > tr.avia-heading-row > th.avia-desc-col {
    background-color: transparent !important;
    background: url(//wordpress-82076-502599.cloudwaysapps.com/wp-content/uploads/2018/05/white_carbon.png) center center repeat scroll;
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1080222

    Hi Mike, unfortunately that one didn’t seem to work.

    #1080230

    Hi,
    Odd it seems to be working when I test it, Please include a admin login in the Private Content area so we can take a closer look.

    Best regards,
    Mike

    #1080275

    Thanks Mike – admin login supplied.

    #1080659

    Hi,
    Thank you for the login, you had an error in the code, for every > you had a >
    I suspect that you copied the css from an email instead of the forum code block.
    It’s no big deal, it happens :)
    I added the correct css for you :)
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1081088

    Thanks Mike. I really appreciate your help and guidance.
    It’s perfect. Many thanks.

    #1081134

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Table Element – transparent corner box’ is closed to new replies.