All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, i am using debutify theme, the slideshow text is not visible and also the header menu, what should i do now?
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, check this one.
I call them specific one by one. So the other text wont be affected. The text color become transparent.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<stye>
h2.hero__title.page-title.h1, .rte.hero__text p,.collection_grid-text-wrapper h3, .transparent-header--desktop .site-header .site-nav__link, .transparent-header--desktop .site-header .site-header__logo-link, .transparent-header--desktop .dbtfy-menu_bar .menu-bar__link {
color: white !important;
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @ikhursheed
Can I check, Would you mind to share your store URL? Thanks!
baryal.pk and check header menu is also under the image press ctl+a and then see the menu item will be selected
kindly check it
This is an accepted solution.
Thanks for the info, check this one.
I call them specific one by one. So the other text wont be affected. The text color become transparent.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<stye>
h2.hero__title.page-title.h1, .rte.hero__text p,.collection_grid-text-wrapper h3, .transparent-header--desktop .site-header .site-nav__link, .transparent-header--desktop .site-header .site-header__logo-link, .transparent-header--desktop .dbtfy-menu_bar .menu-bar__link {
color: white !important;
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much, its resolve my issue