Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #790128

    Hi, I want to change default background color of tables.
    Which css code I have to add?

    #790131

    Hey eulogic,

    Can you post a link to the page mentioned? so we can have a closer look.

    Best regards,
    Nikko

    #790133

    • This reply was modified 7 years, 6 months ago by eulogic.
    #790135

    the table is on the bottom of page

    #790138

    link

    #790157

    And then, why there is a lot of spacing between text and footer?

    #790180

    Hi,

    I have checked it and it doesn’t seem possible to change the background color of the table via css since the inline style’s background color is using !important (see screenshot in private content) forces the background color not to get overriden with any style and based on css priority inline styles are much superior to external css. Can you give us temporary admin access? so we can check the backend.

    As for the spacing in the footer, I think you are referring to the 2nd and 3rd column, which I shows some separator widgets, try to remove those and that should reduce the gap.

    Best regards,
    Nikko

    #790182

    As for the spacing I refer the spacing between the text on the page and the footer.
    spacing

    #790213

    Hi,

    Thanks for providing the login, I have removed the tag and the inline styles on the table and added and id for it mytable. Then in Quick CSS (located in Enfold > General Styling), I have added this css code:

    #mytable td {
        background-color: #ededed !important;
        border: 1px solid #fff;
        text-align: center;
    }

    You can change the background color as well as the color or the border and the thickness. As for the spacing, there’s a 50px padding, I have added this css code in Quick CSS:

    .page-id-511 #after_layer_slider_1 .content.av-content-full {
        padding-bottom: 20px;
    }

    That should reduce 30px of the space, but you can adjust it as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #790317

    Thank you very much

    #790326

    Hi,

    You’re always welcome, glad that we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.