ec25
Member-
Posts
64 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by ec25
-
How To Add A Hover Image For Custom Social Icon In Footer With CSS
ec25 replied to ec25's topic in Customize with code
Thank you! -
How To Change Font Weight On Text Hover Over Grid Gallery Images With CSS
ec25 replied to ec25's topic in Customize with code
Hm, there only seems to be two options for font weight (500 or less is one weight, 550+ is another bold weight), must be the font itself, thank you. though!- 2 replies
-
- grid-gallery
- text
-
(and 3 more)
Tagged with:
-
Hello, Wondering if there is a way to change just the font weight for text hover over grid gallery images, I know there is a way to change it with site styles, but that changes other things that I don't want changed, just wondering if this can be done with just CSS? Thank you, Here is my site https://www.erinncapko.com/ The page with the hover text is under Surface Design then the drop down Collections with the hover text of SEE MORE.
- 2 replies
-
- grid-gallery
- text
-
(and 3 more)
Tagged with:
-
Hey, Thanks for replying, I have tried this and sadly when I do this, then the CSS doesn't work in Chrome, even when I "duplicate " the CSS (should of mentioned this). just can't have the best of both worlds with this CSS haha.
-
Hello, Was wondering if there was a way to fix this glitch on Safari with CSS; when you hover over the surface design tab it moves slightly , I fixed this on Chrome with this CSS, header-nav .header-nav-item--folder .header-nav-folder-content { top: 35.5px !important; } but it only works on Chrome.... The glitch is slight and might not be noticeable for most people, but it bothers me and I can't seem to find a working CSS. Thanks! Here's my website https://www.erinncapko.com/
-
Hello, Wondering how to change the color in folder link that attached to the header, found a CSS, but when you click on another page it's still that color, I want that color only attached to that page, so when you're only active on that said page.... Please and Thanks! Here's my website https://www.erinncapko.com/ Also, a example website of what I'm talking about https://www.millie-amber.co.uk/portfolio
-
Ah, thank you!
- 2 replies
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
Hello, Noticed that the pages surrounding the dropdown menu in mobile aren't clickable anymore, can this be fixed with CSS?? Thanks Here's my website https://www.erinncapko.com/
- 2 replies
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
How To Make The Burger Menu In Mobile Smaller With CSS
ec25 replied to ec25's topic in Customize with code
Thank you so much! -
How To Make The Burger Menu In Mobile Smaller With CSS
ec25 replied to ec25's topic in Customize with code
I guess maybe the space between the lines? I am just trying make the overall burger icon smaller...can't find a CSS, but have seen it done. Here's an example You can see how much smaller it is compared to mine, but it keeps the same width. Thanks -
This gets rid of these codes div.header-nav-folder-content { margin-top: -2.5rem;} .header-nav-folder-item:first-of-type a { opacity: 1;} which I'm trying to keep. I just want to get rid of slight jump that comes with the hover on the dropdown in Safari. This CSS only works on Chrome view header-nav .header-nav-item--folder .header-nav-folder-content { top: 35.5px !important; } Thanks
-
How To Make The Burger Menu In Mobile Smaller With CSS
ec25 replied to ec25's topic in Customize with code
Hello, Sorry i meant the burger icon size, This code only decreases the width, is there not a CSS that keeps the same width but just "minimizes"/"shrinks" the same, so the burger icon is basically the same width and length but just shrink? -
Hello, No, Only this. CSS doesn't work in Safari on desktop header-nav .header-nav-item--folder .header-nav-folder-content { top: 35.5px !important; } The code you posted above is the code I used to create the dropdown menu, I wasn't sure if it was useful to help fix this problem. Thanks.
-
Is There A Way To Make This CSS Mobile Friendly?
ec25 replied to ec25's topic in Customize with code
As in, is there a way to make the folder header covered by a link and then have a page underneath, much like the web version of my website with CSS? -
I noticed that this CSS works perfectly in Chrome, but when I open Safari, it doesn't work at all, is there a way around this? .header-nav .header-nav-item--folder .header-nav-folder-content { top: 35.5px !important; } The CSS is to remove the slight jump when you hover over the dropdown menu. Here is the CSS. I used to create the dropdown div.header-nav-folder-content { margin-top: -2.5rem;} .header-nav-folder-item:first-of-type a { opacity: 1;} Here's my website https://www.erinncapko.com/ Thanks.
-
Hello, I am trying to find a CSS to make the burger menu in mobile smaller, much like the edit picture below. Thank you. Here's my website https://www.erinncapko.com/
-
Is there. a way to use make this code mobile friendly with CSS? As in, make the folder title a link to another page and then have another page under it for a dropdown menu. div.header-nav-folder-content { margin-top: -1.5rem;} .header-nav-folder-item:first-of-type a { opacity: 0;} Here is my website https://www.erinncapko.com/
-
Hello, I have noticed that the dropdown menu under the header. nav "SURFACE DESIGN" isn't showing in mobile view, you have to click on it to bring you to the other pages, is there. a way to fix that with CSS? Also is there a way to show the subpages has subtext when you click the arrow, instead of having the "back" button, much like the picture attached? Thank you. Here's my website https://www.erinncapko.com/
-
Hello, I have noticed a slight "jump" when hovering over my dropdown menu, is there a way to stabilize that with CSS? I used this code to create the dropdown menu. div.header-nav-folder-content { margin-top: -2.5rem;} .header-nav-folder-item:first-of-type a { opacity: 1;} Here is my website https://www.erinncapko.com/
-
Hello, I did find a solution, thank you!
- 2 replies
-
- css
- navigation
-
(and 1 more)
Tagged with: