How to modify Elessi theme homepage banner to open in the same browser?

Hi,

How do I change my homepage banner from opening a new browser when I click “shop now”, I would like it to stay on the same browser.

Hi @Yoo welcome to Shopify Community,

please post here your store URL so that I can take a look. It should be easy to fix, I can provide the code or a guideline how to do that.

Hi drakedev,

Store url: www.shopwuuraa.com

Ok, I am not 100% sure because I have a 1.7 version of Elessi and the 3.x version, but you should try to check into file /sections/nt_slideshow_banner.liquid

Search the file for the string nasa-button-banner and you’ll find a line similar to this

{%- if block.settings.btn_title != blank and block.settings.link != blank -%}{{block.settings.btn_title}}{%- endif -%}

remove

target="_blank"

from this line

This is clearly a bug of the theme.