Shape 5

Joomla Templates => Corpway - Club => : sjwalter March 24, 2015, 02:49:57 PM



: Scroll to top box
: sjwalter March 24, 2015, 02:49:57 PM
The right side of the Corpway template bottom menu is the scroll-to-top icon, which appears to sit on the bottom menu.  However, When I changed the color of the bottom menu the scroll to top icon was seated on top a white square box. While the scrolltotop icon features are set in template.css; the box in which it is located is unaffected. How can I change the color of the box/module in which the scrolltotop icon is located?


: Re: Scroll to top box
: mikenicoll March 25, 2015, 11:01:30 PM
Hello,

Add this to the custom.css file and adjust as needed.

:
.s5_scrolltotop {background-color: #ff0000 !important;}


: Re: Scroll to top box
: sjwalter March 26, 2015, 08:52:37 PM
Mike

The code you recommended changes the color of the arrow icon box.  How do I change the color of the white background behind it.

Thank you for all your help.

Steve


: Re: Scroll to top box
: mikek March 27, 2015, 07:09:32 AM
Hello,

You can add the following to custom.css:

#s5_footer_area1 {
background:#000000;
}