Changing Collecton Header Font Size and Color

Hello there -

Does anyone know if it’s possible to add a standard colored background to Collection Headers as well as reduce the font size and alignment in Symmetry. We had custom code added to our current website to do this, but we’re migrating over to 2.0 and it didn’t carry over :disappointed_face:

Example of what we currently have and want to migrate over…

https://www.shophoneybug.com/collections/bodysuits-gowns

THANK YOU!!!

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.collection-header {
background-color: #f8f7f7!important;
}

h1.collection-header-element {
font-size: 22px!important;
}

.collection-description-element {
text-align: justify;
}