Add hyperlink to shortcode button

Posted in: Newspaper
Post count: 29

He everyone just a quick question.
Is it possible to add a hyperlink to a button in a post in the newspaper theme?

Im using this shortcode. [vc_button title="Visit official website" target="_self" color="default" size="size_large" href="#4db2ec"] can i link the button so when you click on it, it will open a new window?

Thanks

Post count: 3343

Hi,
To open in a new window on target parameters use “_blank” instead of “_self”
Thanks!

Post count: 29

But i want to open an specific link to an external website. something like

[vc_button title="Visit official website" target="https://google.com" color="default" size="size_large" href="#4db2ec"] is that possible to to in a way, cause i cant get it to work 🙁

Post count: 3343

Hi,
You use the parameters incorrect from the shortcode button.

title – is the button text
target – here is the open type like _blank – for new window http://www.w3schools.com/tags/att_a_target.asp
color – is the button color
href – is the link like http://www.google.com

try this:
[vc_button title="Visit official website" target="_blank" color="default" size="size_large" href="https://google.com"]

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.