skip to Main Content

Add a class to a Shopify liquid link?

I am trying to generate a log out link for my customers but want to apply a class to the link. {{ 'layout.customer.log_out' | t | customer_logout_link }} The above liquid code generates <a href="/account/logout" id="customer_logout_link">Log out</a> I would like…

VIEW QUESTION

Integrate Bootstrap on .liquid ( shopify )

In shopify theme, I want to integrate following bootstrap link on theme.liquid file. <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>…

VIEW QUESTION
Back To Top
Search