This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Tony Rodriguez
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 ?
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:
We thank you for your cooperation.
Best Regards,
8Theme’s Team
Tagged: best selling, changes, persuasive, questions, themes, website, woocommerce
You must be logged in to reply to this topic.Log in/Sign up