Dawn theme: change font size of collapsible row content (bulleted) and change icon from arrow to +/-

Dawn theme: change font size of collapsible row content (bulleted) and change icon from arrow to +/-

TheMythGaming
Tourist
9 0 0

Hi. I want to change the font size of collapsible row content bulleted text and change the arrow to +-/

 

https://1r3ihg-bi.myshopify.com/

 

Thank you in advance!

Replies 2 (2)

PageFly-Richard
Shopify Partner
4902 1102 1779

Hi @TheMythGaming 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.product__accordion summary + div li {
    font-size: 12px;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

TheMythGaming
Tourist
9 0 0

Thank you @PageFly-Richard! It worked! Do you know how to change the arrow to +/- icon in the collapsible row?