Problem with button shortcode in column
I used the button shortcode in the column by default the target for the button is "_blank" however when i change it to "_self" it still open in a new window
e.g below
[button title="HOTEL BOOKING" link="" target="_self" align="" icon="" icon_position="" color="" font_color="" size="2" full_width="yes" class="hbbtn1" download="" onclick=""]
Can you please let me know how I can rectify the issue.
Comments
to open links in same window, target="" attribute need to be empty.