Home Forums WoodMart support forum Footer not aligned properly and login button query

Footer not aligned properly and login button query

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #378938

    Anonymous
    Inactive

    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.

    #379033

    Luke Nielsen
    Keymaster

    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

    #379405

    Anonymous
    Inactive

    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.

    #379455

    Luke Nielsen
    Keymaster

    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

    #379807

    Anonymous
    Inactive

    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

    #379852

    Luke Nielsen
    Keymaster

    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

    #379947

    Anonymous
    Inactive

    Hi,
    This works for me. Thank you for your support.
    You may please close this thread.

    Thanks again

    #379961

    Luke Nielsen
    Keymaster

    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

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Footer not aligned properly and login button query’ is closed to new replies.