• Resolved Francisco

    (@fxgarcia)


    Hi, I want to set the thickness for the horizontal line below header. How can I do that?
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • rodicaelena

    (@rodicaelena)

    Hi,

    You can add this code in Appearance > Customize > Additional CSS, and change the 10px to the value of your choice:

    .hfg_header.site-header {
        -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1) !important;
        -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1) !important;
        box-shadow: 0 -1px 10px rgba(0,0,0,.1) !important;
    }

    Regards,
    Rodica

    Thread Starter Francisco

    (@fxgarcia)

    It works very well, thanks!

    rodicaelena

    (@rodicaelena)

    Happy to help! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Horizontal line below header’ is closed to new replies.