Title: Content down arrow
Last modified: December 19, 2016

---

# Content down arrow

 *  Resolved [Marcel Stephan](https://wordpress.org/support/users/gogme/)
 * (@gogme)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/content-down-arrow-2/)
 * Can you give me some help with the ‘content down arrow’? I’ve read some advice
   on how to give the background color and arrow itself a different color (by using
   the extra css field in the theme customizer).
 * But I think it’s still a bit ‘hidden’ and got complaints already that people 
   couldn’t find the rest of the homepage’s content as they didn’t see the arrow.
 * What about a floating arrow on top of the page? Or some css rules to make it ‘
   bold’, bigger, give it a hover and so on?

Viewing 1 replies (of 1 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [9 years, 5 months ago](https://wordpress.org/support/topic/content-down-arrow-2/#post-8568697)
 * If you’re not using a Child Theme, and if the theme doesn’t have a section for
   CSS modifications then do the following:
    1. Install this Custom CSS Manager plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
    2. use its “CSS Code” [section of the dashboard](https://s.w.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=1288706)
       to hold your CSS modifications:
    3.  (put this code in)
    4.     ```
           .site-header .navigation-top .menu-scroll-down {
               border: 5px solid transparent;
               top: -100%;
           }
       
           .site-header .navigation-top .menu-scroll-down:focus,
           .site-header .navigation-top .menu-scroll-down:hover {
               border: 5px solid #222;
           }
           ```
       
    5. Save
 * _Alternatively use your Child Theme style.css file to hold your CSS modifications_
 * I can’t see a way to change the weight of the arrow itself.

Viewing 1 replies (of 1 total)

The topic ‘Content down arrow’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentyseventeen/4.1/screenshot.
   png)
 * Twenty Seventeen
 * [Support Threads](https://wordpress.org/support/theme/twentyseventeen/)
 * [Active Topics](https://wordpress.org/support/theme/twentyseventeen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentyseventeen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentyseventeen/reviews/)

## Tags

 * [arrow](https://wordpress.org/support/topic-tag/arrow/)

 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/content-down-arrow-2/#post-8568697)
 * Status: resolved