skip to Main Content

Adding Custom Font to Shopify Issue

For some reason the custom font that I am trying to implement on my Shopify site is not working at all. I uploaded the font as an asset and used the code in our theme.scss file: @font-face { font-family:'Neue-Haas-Grotesk', sans-serif; src: url(Linotype-NHaasGroteskDSStd-65Md.ttf);…

VIEW QUESTION

CSS/Shopify styling

I am working on a Shopify template for someone and am still learning both liquid and HTML, javascript really. I am struggling to align the logo on this page... https://phoenixapparel.co.uk/password At the moment I am using inline style tags to…

VIEW QUESTION

Change direction of div class rtl and ltr-Twitter bootstrap

I have this class , I need to change direction from rtl and ltr how can I do that using css ? <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet"/> <div class="services" > <div class="row" > @foreach($services as $service) <div class="col-xs-6 col-sm-3"> <div class="item"> <div…

VIEW QUESTION
Back To Top
Search