Forum replies created
Hi,
Please use the following in your Theme Options -> Custom CSS
.carousel-caption {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
Thanks!
Denzel
Hi,
It’s the correct behavior on mobile.
The images are background image on the slide, when reduced viewport size, it does not automatically shrink. If the images are not background, they will shrink proportionately.
You can try out the posts slider, which uses the image as an image and not as background.
Thanks!
Hi,
Please disable your plugins one at a time to find out the conflicting plugin.
One of your plugin could be loading script or styles that are conflicting with Theme Options.
Thanks!
Denzel
Hi,
Yes, it’s strange.
You can try re-installing the theme, but remove the custom css code first.
Thanks!
Denzel
Hi,
Something is not right with your header. But I cannot find the problem.
Please try the following codes. See if it looks better.
@media screen and (min-width: 768px) {
.header {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
.menu-container {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
#logo-image {
margin: 30px 0;
}
}
Thanks!
Hi,
With reference to our demo.
http://demo.theme4press.com/alora/
The menu and sticky menu has the same design.
The issues on your site’s sticky menu is either caused by CSS conflict with your plugins, or your Custom CSS.
Sorry, we do not provide fix for css conflict.
Thanks!
Hi,
Please provide your website url.
Please also provide screenshot with annotation to show how you want those elements to align.
Thanks!
Hi,
You webpage source code shows an empty image instead of your icon.
Please check that your custom icon upload is removed.
Then save your options.
Thanks!
Hi,
Please try using the following codes in Theme Options -> Custom CSS
.carousel-caption h2 {
background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
}
Please provide your Website URL.
Thanks!
Hi,
Please provide your website url.
I will try to provide CSS code to fix your issue.
Thanks!