Exileking
Member-
Posts
27 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Exileking's Achievements
-
-
@Lesum By any chance is there a way to do this without code injection? I dont have the business plan that uses code injection?
-
Ahhh got ya! I was confused for a second. I just went through and added alt text for all of those images.
-
@HoaLT Sorry mate that did not work?
-
Exileking reacted to a post in a topic: Display Text Over Image Hover
-
@Lesum Im not sure what script you are referring to? I added the alt text to the first icon but I didnt see anything happen. Any suggestion?
-
Exileking reacted to a post in a topic: Display Text Over Image Hover
-
Is it possible to mimic this text and look? Id like the image to fade and the white text be centered with the name of the project?
-
Exileking reacted to a post in a topic: Display Text Over Image Hover
-
Whoops my apologies! Here we go! And i added it above. https://www.jefferyl.com/work
-
Exileking started following Custom Mouse Cursor for website , Display Text Over Image Hover and Custom font not loading on Windows OS
-
Hello!! I am looking to add a hover state on top of these images where white text will overlay and darken the image below? Any help? https://www.jefferyl.com/work
-
Custom font not loading on Windows OS
Exileking replied to Exileking's topic in Fonts, colors and images
Hi @tuanphan Indeed I do! I have otfs of both fonts used on the website. DO i need to change? -
Custom font not loading on Windows OS
Exileking replied to Exileking's topic in Fonts, colors and images
Below are the screenshots of what it looks like on MacBook which is the pixel font Chicago and on windows the font is not showing. -
Hi all, I am having trouble with displaying a custom font on Windows OS. I had someone review my portfolio yesterday and the custom fonts converted to normal fonts. Any reason why this is happening? https://www.jefferyl.com/ The custom code it below: .header--menu-open a {font-family: pixChicago} .header-menu-nav-item a { font-size: 23px; } /* remove dark background from all sections of site */ body, .header, .page-section .section-border, :not(.has-background) .section-background { background-color: transparent !important; } /* add repeating seamless background image sitewide - replace url with locally hosted version of image file */ body { background-image: url(https://content.invisioncic.com/p289038/monthly_2023_11/Image.thumb.png.feabc75f3081e1db301ea993557e1567.png); background-repeat: repeat; } @font-face { font-family: 'pixChicago'; src: url('https://static1.squarespace.com/static/653977e6631d6e2bb1418d04/t/65428be1564e95715793c4f8/1698860001828/pixChicago.ttf'); } @font-face { font-family: 'NeueBit-Regular'; src: url('https://static1.squarespace.com/static/653977e6631d6e2bb1418d04/t/65427b3493577f32c73cdefb/1698855733001/NeueBit-Regular.ttf'); } h1, h2, h3, h4, .header-nav-item a { font-family: 'pixChicago' !important; } h1 { font-family: 'pixChicago' !important; } h2 { font-family: 'pixChicago' !important; } h3 { font-family: 'pixChicago' !important; } h4 { font-family: 'pixChicago' !important; } .sqsrte-large { font-family: 'NeueBit-Regular' !important; } p { font-family: 'NeueBit-Regular' !important; } .sqsrte-small { font-family: 'NeueBit-Regular' !important; } a.btn { font-family: 'pixChicago' !important; } /* Custom cursor for body */ body{ margin: 1 !important; height:10vh !important; cursor: url(https://static1.squarespace.com/static/653977e6631d6e2bb1418d04/t/654ce8f422fc887ad4bc2f23/1699539188367/Cursor.png), auto !important; } body * { cursor: url(https://content.invisioncic.com/p289038/monthly_2023_11/Pixel.png.9b9f30f6eb0b1e89d19a49aad6337bdd.png), auto; }
-
@tuanphan I ended up getting it working mate!
-
Howdy folks! Everyones been super helpful as of late and I have another awesome idea to add to my site. I was wondering if there's a way to add the custom cursor to my website. Mind you i dont have code injection. Below you will find the pixelated mouse cursor and the image id be using. Thoughts? Help?
-
SaranyaDesigns reacted to a post in a topic: Custom background with css / Image
-
Custom background with css / Image
Exileking replied to Exileking's topic in Fonts, colors and images
@SaranyaDesigns This worked perfect thank you!!!!MUCHO -
@melody495 THAT DID It! Thank you so so much!