Hello everyone,i need to change the color of the text of heading on image banner from white to black just on desktop device.
Topic summary
A user needed to change the heading text color on an image banner from white to black, specifically for desktop devices.
Solution provided:
- Navigate to Shopify Admin → Online Store → Theme → Edit code
- Locate the
theme.liquidfile - Insert custom CSS code above the
</head>tag to override the heading color
Outcome:
The solution was successfully implemented and confirmed working by the original poster. The discussion includes screenshots showing the before/after results and the specific CSS code snippet needed for the customization.
1 Like
Hi @VisarK ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
1 Like
Thanks a lot @BSSCommerce-HDL it works
1 Like
@VisarK , No problem. Have a good day ![]()
1 Like

