Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1241519

    I try to add a html-table into the footer by using the widget “footer column1”. Unfortunately, this table appears brighter than the footer itself and I dont like the bright border and the smalle font.

    How can I “disable” this table styling?

    Danke vielmals!
    Dominik

    • This topic was modified 3 years, 11 months ago by aebli.
    #1241931

    Hey aebli,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .footer_color tr:nth-child(odd), 
    .footer_color .pricing-table>li:nth-child(odd),
     .footer_color .pricing-extra {
        background: #222222;
    }
    .footer_color td {
        border-color: #5d5656;
        font-size: 16px;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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