Hi Dabra,
Is it possible to remove the hero section?
Yes, it is possible to hide it.
To remove it means going for tweaking of the PHP files.
put this code to your Child Theme style.css file
OR
Install Simple Custom CSS plugin and put the code there.
.hero {
display: none;
}
or
.hero {
display: none!important;
}
How can I change the width of my slider?
That is not easy to do.
I tryed to download the theme to my server, but it is not possible without registering on author’s website.
Theme is not part of www.remarpro.com
If I do not have a access to the back of the theme file structure then I cannot tweak php files.
You should contact Theme author for this quest.
I did some dirty CSS tweaking.
I made slider to have bigger width, but could not do 100%
here is a code:
.fl-content-slider .fl-slide-bg-photo {
width: 1800px;
}
Does not look pretty by me.
Cheers
@tahoerock