Hi j2roberts!
There is an option in the customizer called ‘edge slider options’ >> ‘slider text’ and there you can change the text field and url. Let me know if that helps
when I look there that is for a secondary button, I only want to customize and keep the first button?
Thank you
I am going to guess that it is either a premium theme option or they just don’t have an option for it. You could hide the read more via CSS like this:
.slider-buttons a:first-child {
display: none !important;
}
You would have to download the plug in simple custom css and copy and paste the code above.
Let me know if that helps!
Also doing that will get rid of the first button and you can just add the “second” button and it will look like it is the first button.
Awesome workaround, thank you very much
Last thing – any chance you would know how to condense/alter the size of the header. When I view it on mobile, the header takes up the whole screen?
Thank you.