No content to show
User Activity
Im unable to change the font size bigger for the sale badges, but I was able to change the font family no problem. I was using the .card__badge to change things, but unsuccessful for font size. all it does is move the badge downwards odddly. how can ...
12-09-2024
but did you see my message about the viewport problem?
12-09-2024
css<style>
* {
cursor: none !important;
}
body, html {
overflow: visible !important;
opacity: 1 !important;
}
.custom-cursor {
position: fixed;
width: 32px;
height: 32px;
background: url('https://cdn.shopify.com/s/fi...
12-09-2024
I have already figured out a script and CSS for custom cursor animations that work, but the view on desktops an issue. the custom cursor does not disappear when mouse leaves view port, but rather stays where it last exited. you can check that? www.ra...
12-07-2024
So ive been trying to customize a cursor for my website with scripts etc... I'm trying to have my custom cursor grow 25% and spin 360 on all hovers. been unsuccessful. I know the basic body { URL etc tce, but I don't want basic, I want animated. Does...
no, the logo will be left side and ALL the icon right hand side with the menu button farest right Like this:
Hello, im trying to change the position of the menu hamburger icon to the far right side and the logo to the far left on mobile only. URL: www.rawqayos.com Thanks
12-04-2024
ok i have a code thats ok, but now exactly what I want. Im trying to replicate an effect on muimui.comtheir big logo section seems to be a fixed svg? and header header scrolls up automatically on scroll down or up when the top of web[age is in view. ...
Hello, I need to have a different menu for mobile view only. how can I have 2 different menus for mobile and desktop views? Thanks
oh and this is in my theme.liquid. <head>
<!-- Load EmailJS SDK -->
<script src="https://cdn.emailjs.com/sdk/3.2.0/email.min.js"></script>
<!-- Initialize EmailJS with your User ID -->
<script>
emailjs.init('visRXDyBAVpOELQ4_');
console....
Its all in a custom liquid block. i corrected the form id to match as it didnt match prior. but still not sending. This is the link to the form page. you'd have to click the Get Free Quote to see the rest of form - https://www.unpooped.com/pages/pric...
Hello, im having a very hard time getting my custom form to work. My form is completely custom HTML CSS and scripts. I cannot get my form to send... I'm using EMAILJS to handle the form sending etc. This is my complete code below: <div class="price-c...
11-11-2024
Thank you, didnt see this, but it worked.
11-10-2024
Hmm weird, but thats my background gradient to get the gradient. What can I do to fully cover the container?
11-10-2024
Hi Dan, it is https://www.unpooped.com/pages/services 3rd section down Thanks