Tagged: table
Hello,
Could you help to make the description text font to be normal, no spacing, and no bold?
Thank you.
Hey notsirhc,
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
#av_section_1 .custom-color-heading.avia-builder-el-50 h3,
#av_section_1 .custom-color-heading.avia-builder-el-53 h3 {
font-weight: normal;
}
div .avia-table {
margin: 15px 0;
}
#av_section_1 .custom-color-heading.avia-builder-el-50,
#av_section_1 .custom-color-heading.avia-builder-el-53 {
padding-bottom: 0 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hai Victoria,
Thank you for your respond.
Will the code work automatically to all old table and new table? Or should we add a new code to every new table?
Need your assistance.
Thank you.