How can I modify button style and logo placement in Alchemy theme?

Hi everybody,

I have some issues that I can’t figure out and can’t find the answers in the community.

Specifications and questions about my webshop:

  1. How can I change the button in the header image on the homepage so that it has a background color?
  2. How can I change the buttons on other pages to have the same style as in the header?
  3. I would like to have the logo in the menu bar on the left and the menu items on the right.

Hi @limetreebrox ,

Please send me Shopify preview link, I will check it.

Because the current link you sent is not accessible.

Hi Litcommerce,

Thanks for your comment!

The link is not correct because my keyboard is automatically corrected. The correct link is: https://goedehondenbrokken.nl/

Hi @limetreebrox ,

Go to Assets > styles.css and paste this at the bottom of the file:

.slideshow .slide .slide-button	{
	background: #000;
	border-color: #000;
}

Hope it helps!