Changing from Debut to Dawn and need a little help

Hi!

I am wanting to change over from Debut to Dawn and have a few issues I am needing to address.

*I want to remove the arrows under the category titles.

*I would like to center the large headings like “shop by category” & “meet the artist” . They are not centering on any of my pages.

*I would like my pages to change to my grey color scheme as well.

Sorry I know that is a lot all at once and I appreciate your help! pic below

1 Like

@cvette store url?

Hey @cvette ,

To remove the arrows, add this custom CSS:

.card__heading span.icon-wrap {
  display: none;
}

As to center the Shop by Category, add this into the Custom CSS:

.title-wrapper-with-link {
  justify-content: center;
}

Then to change the color, head over to Theme settings, then click on color

Click on your store’s active scheme, possibly it’s scheme 1, then change the background color, like so:

As to center the “Meet the artist”, unfortunately I cannot replicate that one and make a solution. If possible, could you share your store’s URL?

Hope this helps!

Hi @cvette

Could you share preview URL of your store on Dawn theme so we can give you the code to do that?

The two codes worked great. Thank you! My store is still live in Debut, I am working on the Dawn theme before I take it live … how would I share it with you?

Hi again Cvette,

I’m glad that those code worked out well for you. You’re welcome! :blush:

To share the preview URL, you’ll need to copy the preview link and paste it here.

Click the …, then right-click on the preview. After that, click on copy URL. Then once you copied it, you can paste it here.