Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Joyn
  • #226486
    thebeesons
    Member
    Post count: 85

    Hi,

    I’m using the “standard_minimal” table shortcode to create a table. Is there a way to I control the colour of the divider lines?

    Thanks in advance

    GB

    Attachments:
    You must be logged in to view attached files.
    #226508
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    table td{
    border-top: 1px solid #ff0000 !important;
    border-left: 1px solid !important;
    }

    Thanks
    Mohammad

    #226551
    thebeesons
    Member
    Post count: 85

    Hi Mohammed,

    Thanks that works a treat but would it be possible to set that up as an extra CSS class so it doesn’t apply globally? I tried the code below but it only effects the base of the table not each individual row:

    .custom-table-border{
    border-bottom: 1px solid #99d7f1 !important;
    }

    Thanks

    GB

    #226560
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this css code:-

    .custom-table-border td{
    border-top: 1px solid #99d7f1 !important;
    border-left: 1px solid 99d7f1  !important;
    }

    Thanks
    Mohammad

    #226569
    thebeesons
    Member
    Post count: 85

    Perfect – thanks Mohammed ๐Ÿ˜€

    #226574
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad ๐Ÿ™‚ to help you.
    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register