New Landing How can we help? Cardinal Footer Widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #317452
    spcp
    Member
    Post count: 7

    Adding tables to the footer text widget creates a line above and below the table. I’ve tried a 3rd party text widget and it does the same thing. Something in CSS of Cardinal theme appears to be adding a before and after line to a table row.

    I need this removed.

    #317460
    David Martin – Support
    Moderator
    Post count: 20834

    Please add it so I can see it in context. Some simple CSS will likely resolve this.

    #317462
    spcp
    Member
    Post count: 7

    Okay I’ve added the table back for you to see it.

    #317465
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .widget table {
      border: none;
    }
    .widget table td {
      border-top: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

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

License required for the following item
Login and Registration Log in · Register