• This question is related to the Pratt theme, but nobody is helping there so I need to expand to a larger audience.

    Using the Pratt theme (child to the Flat Bootstrap theme) a page-down arrow is superimposed right in the middle of header image. If you remove the header image, the arrow also disappears. I REALLY need to get rid of this arrow, while keeping the header image. Does anyone have any guesses where the code is for this. I can’t find it anywhere.

    Example: https://nostrospazio.us

    You can see the arrow between the R and the O in the text which is part of the header image. The owner of the site does not want an arrow on his nose.

Viewing 1 replies (of 1 total)
  • Well the arrow is a smooth scrolling arrow meaning clicking this arrow will navigate to the next section of the page. If you still want to remove this arrow try adding this code in your style.css file(Note: make a backup copy of your file or apply changes to child theme)

    a.scroll-down.smoothscroll {
    display:none;
    }

    and let me know how that worked out for you. Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Removing a page down arrow from the header image’ is closed to new replies.