I’ve tried everything I feel like. From settings to custom css. Please help! FKX premium theme
Topic summary
A user is experiencing an issue with the FKX premium Shopify theme where banner image header text appears in black and cannot be changed.
Problem Details:
- The text color remains black regardless of attempted fixes
- User has tried multiple approaches including theme settings and custom CSS
- Screenshots were provided showing the issue (though image links appear corrupted in the post)
Current Status:
- The issue remains unresolved
- No solutions or responses have been posted yet
- User is seeking urgent assistance from the community
Third party theme, so it’s not going to adhere to normal solutions. Every theme is going to have its own structure and naming convention. Without a url or access to your theme, no one is going to know exactly what solution is.
I think you should contact your theme’s support for that.
Hi @xasadi ,
I think you forgot to include your store URL. Please share it so I can take a look and help you out.
Thanks
@xasadi can you please share your website link? I can check code and provide css for it
Hi @xasadi
First, please refrain from using “Urgent” in topic titles when it is not actually urgent. Because if it were you, you would already respond to these good people trying to help. Plus, your store is password-protected, so probably not available to customers yet.
For your issue, as your theme looks like based on Dawn, try to add the following code to that image banner Custom CSS block
.banner__heading {
color: #fff !important;
}
Or the color you want to override that text. Note, you have the Color theme setting set to Inverse but maybe try others also. This is a guess, as no access to your store.
Please do not give unsolicited advice. I was working with a few people on the back end from the thread privately.
Appreciate the help!


