Thanks, I got that enabled now. Am I correct that there is no option to show the small additional images below the main image, instead of the 'Additional images' button?
Thanks, I got that enabled now. Am I correct that there is no option to show the small additional images below the main image, instead of the 'Additional images' button?
Is there a setting for making the top navigation bar same width as the rest of the page?
Header Container Type, Main Content Container Type and Footer Container Type in Bootstrap Template Settings is set to 'container'.
Also, is there a setting to make the width of the whole 'container' a bit wider? (red arrow in image below)
![]()
Top navigation bar, hmm. A CSS setting for that doesn't currently 'pop out' at me.
For the "whole container" width, that would result in the overrides of various CSS media queries at the Bootstrap 4 breakpoints, similar to:
Those breakpoints and the associated default max-widths areCode:@media (min-width: 1200px) { .container { max-width: 1140px; } }
576px ..... 540px
768px ..... 720px
992px ..... 960px
1200px ... 1140px
P.S. Be sure to make this and other styling changes in the /css/site_specific_styles.php (rename or copy the dist.site_specific_styles.php). That'll make sure that your styling customizations survive a template upgrade more easily.
For the additional images carousel, is it possible to change the left / right arrow?
They are barely visible in my situation. Maybe something like a white square with black chevron?
here is an example https://www.royal-fleur.com/christma...as-centerpiece
Also can the speed of the slide be increase or reduce.
Thank you
Perhaps try to add the following CSS to your stylesheet:
That would change the color to Yellow, but you can adjust the hex value to whatever desired color works best for you.Code:/* Change the color of Font Awesome chevron arrows */ .carousel-control-next i, .carousel-control-prev i { color: #FFD700; }
- Jeff
@nicksab
Just a reminder that the site_specific_styles.php file should have the following as a minimum:Replace everything in red with your css code. With lat9's suggestion, it would look like:Code:<?php ?> <style> /* Your content here ... */ </style>
Code:<?php ?> <style> .carousel-control-next i, .carousel-control-prev i { color: #FFD700; } </style>
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.