This topic has 4 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez
Hello there,
Can you please explain to me how I can display more than 3 products in the pop up slide cart ? (see screenshot)
In this example I have 7 products and only 3 are displayed,
Thanks a lot,
Regards,
Hello, @thibaultcomte,
To adjust the maximum number of products displayed in the mini-content, kindly follow these steps: Navigate to Xstore > Theme Options > Header builder > Cart > Mini-Cart Products Amount. Here, you can set the limit as per your preference and then click on ‘Publish’.
Please refer to the attached image for further clarification.
https://postimg.cc/0zzDJ2Fr
We trust this will resolve your query.
Best Regards,
Team 8Theme
thanks a lot this is perfect,
other question on the header, how can I change the color of the social icon ?
Hello, @thibaultcomte,
We would like to guide you on how to change the color of the social icon in the header. Please follow the steps below:
1. Copy the CSS code provided.
2. Navigate to XStore >> Theme Options >> Theme Custom CSS >> Global CSS.
3. Paste the copied CSS code in the specified location.
After completing these steps, it is crucial to clear your browser cache to see the changes. You can view the expected result at this link: https://postimg.cc/PvjZ9gXH
.et_b_header-socials.et_element-top-level.flex-row a[title="Facebook"] svg {
fill: #3b5998 !important;
}
.et_b_header-socials.et_element-top-level.flex-row a[title="Instagram"] svg {
fill: #feda75 !important;
}
Please note that you have the option to modify the color code in the provided CSS according to your preferences.
Best Regards,
8Theme’s Team
The issue related to '‘How to display more than 3 products in the pop up slide cart ?’' has been successfully resolved, and the topic is now closed for further responses