All Questions
Tagged with code-snippets css
39 questions
1
vote
0
answers
503
views
How can i add a css code snippet to vs code
is there any possibility to add a css code snippet that contains multiple elements or tags with their styles in vs code.
i already have an idea about the basic way that adds just the properties and ...
0
votes
1
answer
352
views
Color Swatch Display Issues on Shopify Store: Image Integration
I have a color metafield on my shopify store, where inserting a specific color should reflect on both the website and phone devices simultaneously. Each color swatch is associated with an image tile ...
1
vote
0
answers
45
views
CSS File doesn't show any snippets suggestions [duplicate]
I created a custom tailwind snippet for .css file and then found out that I have no snippet suggestions in .css file at all.
Don't think it relates to the problem but here is tailwind custom snippet ...
0
votes
2
answers
354
views
Select a label with CSS
I already found threads about this topic like these:
How to hide <label for=""> CSS
How to select label for="XYZ" in CSS?
So I thought it's going to be easy, but for now I ...
0
votes
0
answers
58
views
Where can I edit the CSS default snippets file of VSCode?
I found php.code-snippets in C: \Users \yourname \AppData \Local \Programs \Microsoft VS Code\snippets but where is the CSS file?
I want to modify my snippets because vscode doesn't add the semicolon ...
2
votes
1
answer
233
views
Building an web app to run inside other apps through a JS code-snippet
I was given the task to develop sliders/pop-ups for customers of the company I work for. This works a bit like chatbots (ie. Intercom). The user sees a small bubble on the bottom-right corner, clicks ...
0
votes
0
answers
31
views
How can I implement a scrollbar for <pre>
I have a <pre> tag in my HTML and it bugs when I change the resolution and the output looks:
It happens when a line gets a little bit longer so that I want to implement a scrollbar to fix this ...
0
votes
1
answer
337
views
Is it possible to use vscode snippets with CSS
I'm looking to make a CSS boilerplate if possible, using the snippet function on vscode. I've been looking on youtube for advice on snippets and most people talk about it with JavaScript in mind. ...
0
votes
1
answer
111
views
Integrate Code Snippet in Wordpress (Html & Css)
I know this question is really dumb, but I have this code (for a pricetable) here:
https://codepen.io/VoloshchenkoAl/pen/NABNoN
I tried to copy paste it with a shortcode, that looks like this:
...
1
vote
0
answers
16
views
How to make simple pre code snippet responsive by forcing text overflow? [duplicate]
I thought it was supposed to be simple.
I would let this code snippet just overflow text with scroll, but it seem I'm missing something obvious.
How can I find a way to overflow text on code snippet ...
0
votes
0
answers
122
views
Auto-Fullscreen with javascript (FS button click)
I have a camera system that is casted to a tv using chrome. The page loads initially with a banner and in small view and I want the page to open in fullscreen by default (the cameras timeout after so ...
0
votes
0
answers
65
views
Javascript Load Font from another site
So I code purely for fun and have bookmark folders full of snippets I can run on random webpages and force the website to obey my command. So I decided to challenge myself: Make a snippet that changes ...
0
votes
1
answer
283
views
How can I edit an unnecessary <style> tag on my wordpress website head
My website frameless.ca has a random style tag code snippet added at the end of the head which makes the website loop once before fully loading, it is very annoying and increases bounce rate chance. ...
0
votes
1
answer
35
views
Is there any way to insert some effects I found on codepen without altering my previous work?
I want to include some code I found on code pen but when I insert it in my own code, everything gets messed up since the aforementioned effect needs some CSS which clashes with my own. Is there an ...
1
vote
1
answer
486
views
Is there a way to move custom HTML scrollbar behind a div
I have some code snippets on my blog post here.
There I have custom scrollbar defined with this code below:
/* width */
::-webkit-scrollbar {
width: 20px;
}
/* Track */
::-webkit-scrollbar-track {...