Tagged: 

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

    Hi

    I would like decrease the size’s title in my widget-footer (vous êtes parent…), could you help me ?

    #746500

    Hey

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #footer .widgettitle {
        font-size: 20px!important;
    }
    

    Best regards,
    Yigit

    #746504

    Great !!!
    now, I would like lightly increase the spacing (space between two lines) in settings of those titles, could you help me ?

    #746508

    Hi!

    Sure, please add following code to Quick CSS as well

    #footer .widgettitle {
        line-height: 35px;
    }

    Regards,
    Yigit

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