Support » Theme: Ultra » remove box shadow from header

  • Resolved EddieVd

    (@eddievd)


    I can’t seem to remove the boxshadow on the header in a child theme:

    .site-header:after {
        bottom: -6px;
        box-shadow: rgba(0, 0, 0, 0.25) 0 6px 6px -6px inset;
        content: "";
        height: 6px;
        position: absolute;
        width: 100%;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove box shadow from header’ is closed to new replies.