Hey, the flex slider in the free theme doesn’t have a “fullwidth” option. It has a max width and assuming your screen is smaller then that it can be fullwidth. But it’s not like the premium theme with all the different full width sliders.
The free demo has the site set up with a background image and that can be fullwidth and set to cover.
Your site is behind the coming soon plugin so I can’t see whats going on. Can you open it for a time?
Kadence Themes
Hi there, thank you for the prompt response.
I deactivated the coming soon plugin. The fullwidth slider seems to have resolved itself, but the slider text position is still located at the bottom of the slide with dark shadow behind it, instead of how it’s like in the demo.
Please advise. Thanks again.
Hey,
Sorry, I’ll try to make this clear. The demo is not using a slider.
The premium demo is but thats using a slider that isn’t available in the free theme. The free demo here: http://themes.kadencethemes.com/pinnacle/
is just using the page title options.
But I can still help you change the style of the captions in the flex slider. In your theme options > custom css box add this css:
.home .flex-caption {
bottom: 50%;
margin-bottom: -60px;
}
.home .captiontitle,.home .captiontext {
background: transparent;
}
Kadence Themes