Shopify themes, liquid, logos, and UX
Hello! I would like to ask on how to make the footer navigation text black only on mobile, while have the header text white on mobile. On the desktop version it should stay all dark. My theme is Crave and my website is www.aromeli.com.
Thanks a lot for the help!!!
Solved! Go to the solution
This is an accepted solution.
@ugneugne You will need to edit your code and add custom CSS in section-footer.css file
@media screen and (max-width: 768px){
ul.footer-block__details-content li a {
color: #000 !important;
}
}
This is an accepted solution.
@ugneugne You will need to edit your code and add custom CSS in section-footer.css file
@media screen and (max-width: 768px){
ul.footer-block__details-content li a {
color: #000 !important;
}
}
Thanks a lot! Works perfectly !
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024