• Hi,

    I have three queries regarding the quality orange theme.

    1. I need to link the button on Slider to anchor text.
    2. How to change the size of the slider? In my case, it is two big and accommodates most of the area of the home page.
    3. I want the button link to open in the same window? Currently, it is opening in a new window /tab?

    Can you please guide me?

    • This topic was modified 4 years, 3 months ago by vuumar.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, vuumar

    Thanks for contacting us!

    1. To change the link of the button on the slider, Go to Appearance >> Customize >> HomePage Section Settings >> Slider Settings and there is option to change the Button link. Refer to the screenshot.

    2. To change the size of the slider. Go to Appearance >> Cuatomize >> Additional CSS and add the given below custom CSS code:

    @media only screen and  (min-width:1100px){
    #slider-carousel .item {
    	height:500px !important;
    }}

    Change the value of height as per your need.

    3. To open the button link in the same window, you need to change a little bit of code in the parent theme. Refer to the screenshot.

    I hope the above solutions works for you!

    Thanks
    Rishabh

    Thread Starter vuumar

    (@vuumar)

    Hi @rishi911

    Thanks 2. and 3. worked for me.

    For 1. I was thinking to link the button to some text on the same page (anchor text).

    Is it possible?

    Hi,

    For this, you need to add some id to that anchor text and add the link in the button link text box like #id_name. See the screenshot.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Learn more button to anchor link and Slider image’ is closed to new replies.