Reply To: Few issues that I need help with

Home Forums Support Few issues that I need help with Reply To: Few issues that I need help with

Home Forums Support Few issues that I need help with Reply To: Few issues that I need help with

#194263
Tom
Lead Developer
Lead Developer

Hi there,

1. You can change the color of the scroll to top button with some CSS:

.generate-back-to-top, 
.generate-back-to-top:visited {
    font-size: 20px;
    background: rgba(0,0,0,.4);
    color: #FFF;
}

2. This might help: https://generatepress.com/knowledgebase/choosing-footer-widgets/

3. Not currently unless it’s custom coded/a plugin.

4. This CSS might help:

.main-navigation ul ul {
    width: 200px;
}

5. I would assume you have a plugin causing an error. Try #1 on this page: https://generatepress.com/knowledgebase/debugging/

Hope this helps 🙂