Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1308727
    Michel
    Participant

    I’ve used the header 1 widget area to add some table content.
    Everything is working nice and well, except I can’t seem to get rid of a horizontal rule.

    When the background is just white the horizontal rule is gray, just like the dividing rules in a sidebar for example. When I change the background color to a color the rule becomes white. I want to get rid of the rule all together.

    While we’re on the topic. When inserting a table in a widget area the table area stays white and I have to give an id to every li item to make the table transparent. Any ideas on how this can be done prettier?

    Check the code here: http://staging1.globalunderwriters.com/products/diplomat-long-term/diplomat-lt-main/?cornerstone=1

    #1308758
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .widget table th, .widget table td {
      border: none;
    }
    
    .widget ul li, .widget ol li {
      background-color: transparent;
    }

    Hope this helps for both of the issues.

    Cheers!

    #1309100
    Michel
    Participant

    That solved both issues!

    Thanks for the speedy response!

    #1309416
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1308727 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>