{support request}

Good day!

Is it possible to move the search bar and the cart nearer to the logo? and to delete or move the account button and the email information?
I attached a small pic for more information.

I was wondering if that is possible. Thank you.

How about changing the footer color background CSS?

Thanks a lot, color lib! you are the best!

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hi!

Website is www.accentdog.com

Thanks so much!

Hi there

Hope you are having a good day

  1. move the search bar and the cart nearer to the logo? - Sorry but this will brake css layout and it will not be responsive to mobile devices,

  2. delete or move the account button and the email information? - this is possible and i can help you to hide them, please add this css in the appearance > customize > additional CSS:
    .top-header-bar-container .top-header-bar li.top-account,
    li.top-email {
    display: none;
    }

  3. footer color background CSS? - Please add this css in the same location:

.site-footer, .site-copyright {
background: #3144a5;
}

Thanks!
Colorlib Support Team