• I am using VC and “The Fox” theme.
    I want to link the buttons to a specific part of the same page.
    In the button I am given the option to use the “Link for the button ( don’t forget https://”

    I want to link to a specific part of text thats in a VC ‘Text Box’
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to use anchor points, so somewhere down the page you will need to give either a paragraph or better still, a heading, an id.

    To, lets say you have a heading of the area you want to link to. in the code view, you need to make this amendment

    <h3 id="myheading">Title Here</h3>

    That there ^^^ gives the heading an id. You then need to add your link in the box you have. So in the link area, just type #myheading

    That will link the button to the area on your page that you have specified.

    You can read more here:
    https://www.hypergurl.com/anchors.html

    Thread Starter commsprovider

    (@commsprovider)

    The button is linking, but to a blank page not to the same page ….
    So frustrating!

    are you linking a main menu item? Or is this a custom button? If its a custom button within VC, make sure that there is no option for “open in new window” or something like that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Linking a button to a part of the page’ is closed to new replies.