Some minor changes and questions for my website

This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez

  • Avatar: Vladis
    Vladis
    Participant
    February 8, 2023 at 22:55

    1.how to show more than 9 items in shop by default?

    2.how to show one, not two products in a row on mobile in shop?

    3.how to change or remove separator in desktop main menu items?

    4.how to make email as a link in header top menu? I entered link mailto:info@aiprintai.lt, but its not clickable

    5.how to make social icons open in new tab in header top menu ?

    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    February 9, 2023 at 07:39

    Hello, @Vladis,

    1.To display more than 9 items in the shop by default, please navigate to XStore > Theme Options > Woocommerce (Shop) > Shop > Shop page Layout and set/choose the number of Products Per Page according to your requirements. For a better reference, please see the image provided here: https://postimg.cc/rDNXx02k

    2. Please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS. After doing so, please clear the mobile browser cache and check back your site.

    @media only screen and (max-width: 500px){
    .home.woocommerce-shop .products-grid .product {
        width: 100% !important;
    }
    }

    3. Please navigate to XStore >> Theme Options >> Header Builder >> Main Menu and change the style from there without separator, as per the screenshot provided here: https://postimg.cc/yJdDGSKm

    4. In Theme Options > Header Builder > Contacts Element, you can delete elements and add them from scratch. As an example, the “Url For Field” for a phone number should be formatted as “tel:+xxxxxxxxxx” and for an email address as “mailto:your_email”.

    5. Please navigate to XStore >> Theme Options >> Header Builder >> Socials and under Advanced turn ON “Open in new window”, as shown in the screenshot below:

    https://postimg.cc/jC7QdB7p

    We thank you for your cooperation.

    Best Regards,
    8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.