Dawn theme 15.2.0 | Change "Filter:" and "Sort by:" and "Products" text to a bold format

Solved

Dawn theme 15.2.0 | Change "Filter:" and "Sort by:" and "Products" text to a bold format

TGregs
Visitor
2 0 0

Dear all, can you please assist?

 

In Dawn theme 15.2.0 on the collections pages I would like to change the "Filter:" and "Sort by" and "X Products" text formatting to bold.

 

Please see screenshot of fields I would like to change:

 

TGregs_0-1741723845453.png

 

Thank you

Accepted Solution (1)

WebDeskSolution
Shopify Partner
206 46 55

This is an accepted solution.

Hello @TGregs 

 

Please follow the steps below after logging into the Shopify admin:

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.
  • Find the theme you want to edit and then click Actions > Edit code.
  • Search base.css
  • Insert the provided CSS code at the end of the file and save the changes.

 

.facets .facets__heading 
{
    font-weight: bold;
}
.facets .facet-filters__label label 
{
    font-weight: bold;
}
.facets .product-count__text span 
{
    font-weight: bold;
}
.facets-wrapper .product-count__text span 
{
    font-weight: bold;
}
.facets-wrapper span.mobile-facets__open-label 
{
    font-weight: bold;
}

 

 

Please hit Like and Mark it as a Solution if you find our reply helpful.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021

View solution in original post

Replies 3 (3)

WebDeskSolution
Shopify Partner
206 46 55

This is an accepted solution.

Hello @TGregs 

 

Please follow the steps below after logging into the Shopify admin:

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.
  • Find the theme you want to edit and then click Actions > Edit code.
  • Search base.css
  • Insert the provided CSS code at the end of the file and save the changes.

 

.facets .facets__heading 
{
    font-weight: bold;
}
.facets .facet-filters__label label 
{
    font-weight: bold;
}
.facets .product-count__text span 
{
    font-weight: bold;
}
.facets-wrapper .product-count__text span 
{
    font-weight: bold;
}
.facets-wrapper span.mobile-facets__open-label 
{
    font-weight: bold;
}

 

 

Please hit Like and Mark it as a Solution if you find our reply helpful.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021

TGregs
Visitor
2 0 0

Thank you very much!

 

WebDeskSolution
Shopify Partner
206 46 55

You're welcome! @TGregs 

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021