Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1106272

    Hello,

    Could you help to make the description text font to be normal, no spacing, and no bold?

    Thank you.

    #1106344

    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

    #1106653

    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.

    #1106685

    Hey!

    If you would like to apply the code globally, please use following code

    th.avia-desc-col {
        font-weight: normal;
        letter-spacing: normal;
    }

    Best regards,
    Yigit

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