Home Forums WoodMart support forum changes for mobile view

changes for mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #445347

    exe.kareem
    Participant

    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.
    #445892

    Hello,

    Please add a body tag before the selector and !importantto the feature.

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #445965

    exe.kareem
    Participant
    @media (max-width: 767px)
    .body .shop_table_responsive td:before {
    color: #e8bb49 !important; }
    
    @media (max-width: 768.98px)
    .body .flickity-page-dots {
        display: flex;
    }

    i added them but its still not working.

    also can you give me the css class for form so i can change the font?

    thank you

    #446365

    Hello,

    I am checking now and I see the font has changed now: https://gyazo.com/abd6147e87cbb2cb63f4c7e5244acfd1

    Please check and update what you want to change.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)