How made my function affect the DOM Jquery? – Shopify
Hi, I have written a webSite on Shopify and I want to disable my button and add some customs CSS class to my input if the input is not filled on my 4steps form. I've written a piece of code…
Hi, I have written a webSite on Shopify and I want to disable my button and add some customs CSS class to my input if the input is not filled on my 4steps form. I've written a piece of code…
I've tried everything I could to remove the underline that appears when hovering over a product title on my Shopify. Any css suggestions as to how I can remove this underline anywhere that a product title appears? Thank you!!!
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);…
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…
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…
I'm not sure how to explain this, but I just started coding and learning. I'm pretty knowledgeable with the basics of HTML and CSS. I'm having trouble wondering why when I hover over my H1 that it turns blue and…
I would like to customise the Apple-Pay button that comes with Woocommerce/Stripe. By default the button has a 4px border-radius, which I would like to change to 0px. Additionally the button is within a wrapper and I would like to…
I'm setting up a shop page, using WooCommerce and Elementor. I started the whole layout from scratch (without using the theme's design) and now I face the following problem: Trying to layout and design the cart page, I use the…
I am developing a project for school and I am pretty new to Bootstrap and I keep having some problems with scaling the website for different resolutions. When I change it to mobile the images go on top of the…
I want to use a media object in Bootstrap v5.0.0-alpha1, but how? In Bootstrap 3 & 4, I'm using it like this: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css"> <div class="container mt-3"> <h2>Media Object</h2> <p>Create a media object with the .media and .media-body classes:</p>…