Okay
  Public Ticket #3206830
Page Header
Closed

Comments

  •  4
    Sabdelm started the conversation

    Hello Is it possible to remove the DownArrow in the Page Header (only in some pages, not all) ?

    Thanks !

  •  2,721
    Andrew replied

    Hello Sabdelm,

    Thank you for reaching out to us.

    Could you please share screenshots of the header section you're referring to and also a URL link to your site so we can look into this for you?

    Kind regards,

  •   Sabdelm replied privately
  •   Sabdelm replied privately
  •  8,400
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .page-id-199 .scroll-down-wrap {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Sabdelm replied

    Thank you so much, the Arrow has disappeared !