• Is there anyway I can rename the slider ‘read more’ button? And I would also like to link the slider button to an anchor link further down the screen not to a different page?
    I’m new to WordPress, thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Thread Starter j2roberts

    (@j2roberts)

    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.

    Thread Starter j2roberts

    (@j2roberts)

    Awesome workaround, thank you very much

    Thread Starter j2roberts

    (@j2roberts)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Slider’ is closed to new replies.