Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1347724

    How do I place a black border around entire table with a “squigly” on top?

    #1347739

    Hey daves1997,

    Could you post a link to where we can see the table in question please? Also, I’m not sure what a squigly is?

    Best regards,
    Rikard

    #1347751

    Just an enfold table. Not published anywhere. Squigly. = Anything on top of the table to make it look fancier that a plain black line.

    #1347821

    Hi,
    How about a double blue line on top:

    #main .avia-data-table {
    border-top: 6px blue double;
    border-left: 3px black solid;
    border-right: 3px black solid;
    border-bottom: 3px black solid;
    }

    2022-04-09_007.jpg
    See more border options here.

    Best regards,
    Mike

    #1347826

    Sorry Didn’t do anything.
    tks

    #1347828

    Hi,
    Please link to your page so we can examine, as you see from my screenshot this worked for the standard data table.

    Best regards,
    Mike

    #1347829

    2022-04-09_17-24-24

    #1347830

    Hi,
    Thanks for the screenshot but I need to examine the source code, please link to the page.
    Do you want the border around the group or around each of the 3 columns?

    Best regards,
    Mike

    #1347844

    .pricing-table>li:nth-child(even) {
    background-color: #f0fff0 !important;
    }
    .pricing-table>li:nth-child(odd):not(.avia-heading-row) {
    background-color: #ccffff !important;
    }
    .avia-table.avia-data-table.avia-table-5 td{
    color:#000!important;
    line-height: 1.3;
    }
    #main .avia-data-table {
    border-top: 18px blue double;
    border-left: 3px black solid;
    border-right: 3px black solid;
    border-bottom: 3px black solid;
    }

    #1347845

    Hi,
    Thanks, I see that you were using the pricing table and my example was for the data table, try this css:
    #main .avia_pricing_default {
    border-top: 18px blue double;
    border-left: 3px black solid;
    border-right: 3px black solid;
    border-bottom: 3px black solid;
    }
    2022-04-10_002.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1347846

    Still not working. All cache cleared including cloudflare.

    /* font size */
    .pricing-table>li {
    font-size: 14px;
    color: #000000 !important;
    background: #f2f2f0!important;
    }

    .pricing-table>li:nth-child(even) {
    background-color: #f0fff0 !important;
    }
    .pricing-table>li:nth-child(odd):not(.avia-heading-row) {
    background-color: #ccffff !important;
    }
    .avia-table.avia-pricing-table.avia-table-5 td{
    color:#000!important;
    line-height: 1.3;
    }
    #main .avia_pricing_default {
    border-top: 18px blue double;
    border-left: 3px black solid;
    border-right: 3px black solid;
    border-bottom: 3px black solid;
    }

    #1347848

    Hi,
    The css works when I inject it into your page, so it is correct:
    2022-04-10_003.jpg
    you have a console error from your “rocket-loader”
    2022-04-10_004.jpg
    Try disabling your caching plugin completely and check again,
    or try adding the css in the WordPress ▸ Customize ▸ Additional CSS field.

    Best regards,
    Mike

    #1347849

    I would have never thought of deactivating cache plugin. Reactivated and works fine. Thanks, Dave

    #1347850

    Hi,
    Glad we were able to help, 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 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Fancy Border on Table’ is closed to new replies.