Forum replies created
Hi,
I see that your products are already lining up properly in a row.
Did you managed to come up with a solution?
Please let me know if you require any assistance.
Thanks!
Hi,
Sorry, we do not have any plugin or ready solution to your requirement.
Please contact us via our services page https://theme4press.com/theme-customization-service/ for this customization.
Thanks!
Hi,
You are welcome.
Thanks!
Hi,
Sorry, I am not sure which line you are referring to.
I guess it the horizontal shadow that’s out of place.
Please use the following code in your Theme Options -> Custom CSS
.menu-header::after{
background:none !important;
}
If this is not what you are referring to, please kindly provide me with an annotation on a screenshot.
Thanks!
You are welcome!
Hi,
You are welcome!
Best Regards,
Denzel
Hi,
There could be a plugin using the same button class and causing css conflict.
Never mind that. Please use the following codes in Theme Options -> Custom CSS
.carousel-caption .btn {
font-size: 18px !important;
}
This will increase that button font size, and thus make it look bigger.
As for your WP_DEBUG in your wp-config.php. Yes, it’s set to false, which means it’s turned off. Perhaps one of your plugins has either set it to true or use PHP error_reporting function to turn it on, or maybe it’s your server setting.
If you don’t mind, and if it’s not hindering your work, you can ignore it.
Thanks!
Hi,
Please try the following codes in Theme Options -> Custom CSS
@media (max-width: 768px) {
.carousel-caption h2 {
line-height: 1.8em !important;
margin: 0 auto !important;
width: 200px !important;
word-wrap: break-word !important;
}
}
Thanks!
Hi,
Sorry, there is no setting to show featured image caption in blog shortcode.
In order to do that, we need to modify codes within the Theme.
Please kindly contact us via our services page https://theme4press.com/theme-customization-service/, if you require this customization.
Sorry, as per our company regulation, I am only allowed to provide customization that only involves Custom CSS, and not modification of theme codes.
Thanks!
Hi,
wp-config.php is at the root of your WordPress installation, not a Theme file.
As for your bootstrap slider button, for example, “Services and Pricing”.
It does not look like our original design. Did you add your own custom css?
Is this the button that you are referring to?
Thanks!