CalShark
Member-
Posts
17 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
CalShark's Achievements
-
Lesum reacted to a post in a topic: How to change font + add subtitles on portfolio page
-
How to change font + add subtitles on portfolio page
CalShark replied to CalShark's topic in Customize with code
@Lesum This worked perfectly! Thanks so much for your help. -
How to change font + add subtitles on portfolio page
CalShark replied to CalShark's topic in Customize with code
@Lesum Thanks for the reply! Would I be able to update the code whenever I add an item to that portfolio page as well? If it's possible I would definitely appreciate you trying! Let me know what you think, thanks so much. -
I'd like to change the font and increase the size for the titles/headings on my portfolio page (https://www.calsharkey.com/events), as well as add a smaller subtitle with the date underneath, to match the design in my screenshot attached. Is this possible? Thanks so much for any help!
-
CalShark reacted to a post in a topic: How to hide certain header elements when scrolling?
-
www.calsharkey.com I'm wondering if it's possible to hide the 'Galley, Blog, Shop, About' links from my header when scrolling down on my homepage.. I'd like the name and links on the left and right to stay in place (like they do currently) but hide those links in the middle, so that the pictures in the gallery underneath are unobstructed but the name and other links are always visible (only on desktop, I'm guessing this design won't work for mobile). Thanks for any help!
-
How to adjust header menu picture for desktop and mobile?
CalShark posted a topic in Images & Videos
https://www.calsharkey.com/ I'm using a custom header for my homepage to display a scrollable gallery underneath the header/navbar, it works great but the problem is certain pictures look good on mobile but not desktop, or vice-versa. For example this one: As you can see it doesn't work for desktop since it hides the name/menu. I just need to adjust the height/position of it so the white sky is the background for the black text. I have a lot of pictures like this, is there some way to lock the position in place where I need it? I can't find any options in the gallery settings that let me do this. Here's the code I'm using for the header as well: body.homepage article section:first-child { padding-top: 0px !important; } Thanks for any help! Really appreciate it. -
CalShark reacted to a post in a topic: How to make header transparent on home page with an image gallery underneath?
-
https://www.calsharkey.com/ I'd like to make the website header on my home page transparent and then add a full-screen gallery/slideshow partially underneath (so it's bleeding across the page, like the image that first loads on this website: https://www.kishibashi.com/). Somebody previously helped me by giving me this code but for some reason it no longer works: #collection-6520532e3728bb028be82644 .header .header-announcement-bar-wrapper, #collection-6520532e3728bb028be82644 .header { background: transparent !important; } #collection-6520532e3728bb028be82644 [data-section-id="65510299d628a0461e9f54c5"], #collection-6520532e3728bb028be82644 .header-menu--folder-list { padding-top: 0 !important; } I need this so it only affects the header on the homepage, and the other pages have the header with a white background Thanks for any help on this! It's much appreciated
-
Add a parallax(?) scrolling picture to home page
CalShark replied to CalShark's topic in Fonts, colors and images
I didn't realize that was built in, thanks! It wasn't working for that but I think it's because that image is technically a gallery (I was trying to figure out how to make it a slideshow). I did try doing that on another page just to see but nothing is coming up in the Image effect box.. is there some other requirement to get that to work? -
SaranyaDesigns reacted to a post in a topic: How to make header transparent on home page, and have image gallery underneath?
-
Add a parallax(?) scrolling picture to home page
CalShark posted a topic in Fonts, colors and images
Website: https://www.calsharkey.com/ I'm looking to create a sort of parallax scrolling effect for the main image on my home page, like the one that initially loads on this website: https://www.kishibashi.com - So the image stays still while the rest of the page appears to scroll up into view. Is there a straightforward way to do this? Thanks for any help! -
CalShark reacted to a post in a topic: How to make header transparent on home page, and have image gallery underneath?
-
SaranyaDesigns reacted to a post in a topic: How to make header transparent on home page, and have image gallery underneath?
-
https://www.calsharkey.com/ I'd like to make the website header on my home page transparent and then add a full-screen gallery/slideshow partially underneath (so it's bleeding across the page, like the image that first loads on this website: https://www.kishibashi.com/). I found this code but it didn't work and also made my other pages' galleries look weird: .page-section.gallery-section{ padding-top:0px!important; } Also is there a way to do this so it only affects the header on the homepage, and the other pages have the header with a white background? Thanks for any help on this! It's much appreciated
-
CalShark reacted to a post in a topic: How to change paragraph font size only on shop page?
-
Hello! I added a label/text to the top of my store page, but I'd like to make it a bit smaller. It's the "Prints available on request :)" at the top of the store. I also wanted to do the same thing with the product description, here: https://www.calsharkey.com/shop/p/seasons-of-providence-test-photo-book How can I specifically target those with CSS? Thanks for any help!!
-
CalShark reacted to a post in a topic: Change fonts for blog title/paragraph on both blog page and detail page
-
CalShark reacted to a post in a topic: Change fonts for blog title/paragraph on both blog page and detail page
-
CassAggett reacted to a post in a topic: Change fonts for blog title/paragraph on both blog page and detail page
-
I'd like to change the font/typeface for my blog titles and paragraphs, and have it be consistent across the blog page itself and the page that lists all my blogs (https://www.calsharkey.com/blog). I found this code for the blog title, although it only works for the blog page: .blog-item-title h1 { font-family: 'FuturaBookFont' !important; } Thanks for any help!