• Resolved srusaw

    (@srusaw)


    I have been able to edit the front page content boxes in many ways (logo, description, and the word expressed inside the button located right below them) but I have not figured out how to assign a hyperlink to the included buttons. These are the buttons that normally feature a “learn more” under the 4 icons or “Content boxes” that cross the screen below the slider. Anyone know where I can access that so that I can give these buttons hyperlinks and a purpose?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    For example, Content Box 1 Button.
    Please see screenshot. http://share.pho.to/9ajEm

    You can see the following codes.

    <a class="read-more btn" href="#">Learn more</a>

    Replace the above codes with the following codes, will give you a button that will send you to google.com, opening a new tab or window.

    <a class="read-more btn" href="http://google.com" target="_blank">Learn more</a>

    You just need to replace the google url with your url.

    Thanks!

    Thread Starter srusaw

    (@srusaw)

    Huge Thank you!!! It works flawlessly!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘frontpage content boxes adding links’ is closed to new replies.