Footer not aligned properly and login button query
-
AnonymousInactive
Hi,
1. can see there is some problem with the footer, the last two columns are not aligned to the right and the footer is not according to the order defined in widgets. I have not done any changes to footer yet. It is default that comes with the theme. I have given admin details in private content.
2. In the login drawer if I enter login details and press “enter” key, it doesn’t do anything. Ideally login should be done with “enter” key along with the button press.
Hello,
1. The below video shows that the footer is according to the order defined in widgets.
https://monosnap.com/file/J7dbvlfY6ujDyjfFfNMJU2HE5MEVRP
In Theme Settings, you have enabled 4 columns for the footer.
https://prnt.sc/RImmbHDwAWP_
Therefore, the text is aligned for these columns in the same way as it should be by default.
https://prnt.sc/9ETNoW9Irfhk
I didn’t see any problem with the footer, everything works well.
2. The functionality of the “My account”, “Login”, “Registration” pages are related to WooCommerce so our theme cannot influent it, unfortunately.
Kind Regards
AnonymousInactive
hi,
Thanks for your reply.
I see, understood.
Can you please provide footer menu titles so that I can control the color.
Currently in theme settings the only option that I have is dark or light.
Hello,
With the below code you can control the color of the titles in the footer. Enter it to the “Global Custom CSS” that is in Theme Settings -> Custom CSS.
.footer-container .widget-title {
color: red;
}
Let me know if there is anything else I can help and have a good day!
Kind Regards
AnonymousInactive
Hi,
Sorry if I wrote it wrong. I was actually looking to change the display and hover color for footer menu items.
https://nimb.ws/vo6U0I
Hello,
Thank you very much for the clarification.
Here is a code for changing color and hover color for the footer menu items. Enter it to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.footer-container .widget_nav_menu ul li a {
color: #fff;
}
.footer-container .widget_nav_menu ul li a:hover {
color: red;
}
If you have any more questions or come across any other issues, let me know, I’ll be happy to help.
Kind Regards
AnonymousInactive
Hi,
This works for me. Thank you for your support.
You may please close this thread.
Thanks again
Hello,
I’m glad we managed to sort this out.
In case you need any additional help, I’d be more than happy to assist you.
Kind Regards
The topic ‘Footer not aligned properly and login button query’ is closed to new replies.