hello , i have some issues i cant get it done
#1 in my cart page for mobile view i cant change the text color for “price, quanitiy and subtotal ”
this is the code i tried adding `@media (max-width: 767px)
.shop_table_responsive td:before {
color: #e8bb49 !important; }`
#2 the flickity page dots in slides in homepage is hidden for mobile view i tried adding this code but it doesnt work
@media (max-width: 768.98px)
.flickity-page-dots {
display: flex;
}
#3 how i can change the font family for forms only?
#4 i wanna add the hover underline effect for “my account” page navigation links like the one in the nav links for header instead of the background color hover effect
thanks alot!
Attachments:
You must be
logged in to view attached files.