Home Forums Basel support forum Prev/Next arrow and product title

Prev/Next arrow and product title

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #172004

    tomdehaan
    Participant

    Dear Xtemos, thank you for the great theme. I have two problems i need to solve:
    (link to website if needed: http://shorturl.at/gAHRS)

    1) Prev/Next arrow. In the grey area of the header of the page there are 3 arrow. One on the left for ”backhistory” and on the right, two arrows for previous and next products. All these arrows need to be gone. Can you provide a option for this of css code i can add?

    2) When you go to a product page like http://shorturl.at/gAHRS the image is to large so you dont see the product title or other information. How can i solve this? I tried all the options. The images stays large and/or i cant get the product title above the image.

    Hope you can help. Just exented support.

    #172016

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please re-make the screens once again and attach I cannot view and figure our what you mean.

    Best Regards

    #172057

    tomdehaan
    Participant

    No problem, i uploaded the attachment. Can you see it now?

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

    Hello,

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

    .basel-back-btn {
    display:none;
    }
    .basel-products-nav {
    display:none;
    }

    Please provide the page URL to see the problem.

    Best Regards

    #172086

    tomdehaan
    Participant

    Thanks! For point two i will post the link in the private content section. Desktop is fine but the issue is on the mobile version (tested with iphone).

    #172090

    Hello,

    The structure of the product page on mobile devices is the following: the first goes image and then follows the title and all the other content. And I cannot be changed.

    Best Regards

    #172099

    tomdehaan
    Participant

    Uhmm okay, but can i make the image smaller? How? I cant see the option?

    #172126

    Hello,

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

    .woocommerce-product-gallery__image{
      width:50%;
    }

    You will get the result as follows: https://gyazo.com/c3ed9617c011055d9bc6980b0820f363

    Best Regards

    #172144

    tomdehaan
    Participant

    You are the best 🙂 Thank you for the quick replies and solutions.

    #172154

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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