Hello,
Thanks for your Patience!
- To fix the color on Hover, simply use the following code so that the Color change only affects the Non hover state:
.widget_links li a:not(:hover) { color: #FFF !important; }
- Use the following CSS Code:
#footer.dark,
.dark #footer {
color: #FFF;
font-size: 14px;
}
- We have checked out your Website and the Issue is that the Content Sections on your Website are inside the #slider Container which causes many issues. Always add all your Content other than the Sliders inside the #content Container as provided in the Sample Templates. Please make sure that you follow the correct HTML Structure of the Canvas Template which can be found in the Documentation > Start > HTML Structure Section and also according to the Default Template Files to avoid any unprecedented issues.
Additionally, make sure that you add all Custom CSS Codes in the css/custom.css File as explained in the Documentation > Start > Customization Section to avoid any issue when we release an Update and thus the Updates can be made in a seamlessly.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.