Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #127485
    GabrielFonseca
    Member
    Post count: 33

    Hola!!

    I want to know how i do for quit shadow from header section?

    Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #127499
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your theme custom css option.

    
    .header-shadow #header-section {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    }
    
    .header-shadow #header-section:before {
    -moz-box-shadow:  none!important;
    -webkit-box-shadow:  none!important;
    box-shadow:  none!important;
    }

    -Rui

    #127507
    GabrielFonseca
    Member
    Post count: 33

    Gracias Rui

    But i tried but it didn’t work.

    #127518
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this custom css code:-

    .header-shadow #header-section {
        box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1) !important;
    }

    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register