Home Forums WoodMart support forum Image Overlay issue

Image Overlay issue

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #200864

    samer zayer
    Participant

    as you can see i have issue with the cart overlay and menu on mobile .. i tried to remove the whatsapp plugin .. removed the language button but still same issue the overlay is not covering the whole page..

    Attachments:
    You must be logged in to view attached files.
    #200867

    samer zayer
    Participant

    ok i sloved the issue it was coming from cache plugin css inline..

    i have another question how i can make the ADD TO CART button in shop page smaller (NOT PRODUCT PAGE) only in shop page..

    #200944

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-hover-standard .add-to-cart-loop span {
      line-height: 14px;
      padding: 8px 12px;
    }

    Reduce the values as per your needs.

    Best Regards

    #201020

    samer zayer
    Participant

    Thanks alot another question ! How i can adjust the product title also in shop page only not all .. if i change in advanced typography it will be affected in both shop and product .. i just want shop.

    #201060

    samer zayer
    Participant

    I mean adjust the size of it

    #201068

    Hello,

    You can use this code or take these selectors:

    body .title-line-one .product-grid-item .product-title, 
    body .title-line-two .product-grid-item .product-title {
        line-height: 18px;
        color: red;
        font-size: 20px;
    } 

    Best Regards

    #201074

    samer zayer
    Participant

    Great thanks alot last question i promise .. how can i move the cart white icon to the left corner?

    On mobile view of course

    Attachments:
    You must be logged in to view attached files.
    #201239

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-hover-icons .woodmart-buttons {
        display: block;
        max-width: 40px;
    }

    Best Regards

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