-
Posts
12 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by cmuzyka
-
Custom Font Randomly Changed and Now things are Misaligned
cmuzyka replied to rlogan's topic in Customize with code
@Lesum that worked, thanks so much! I've been looking for a fix for this for a week 🙌 -
Custom Font Randomly Changed and Now things are Misaligned
cmuzyka replied to rlogan's topic in Customize with code
I'm having the same problem on my website charmainemuzyka.com - the font seems to be defaulting to something similar to times new roman on mobile (safari on ios). The font should be poppins, which is not a custom font. Please help! -
I'd like to reopen this chat and see if there have been any better solutions? I have a client using TablePress on their Wordpress site which I'd like to rebuild for them in Squarespace but this is the main hurdle:
-
Need help adjusting font sizes on Poster Image Blocks on 7.0 site
cmuzyka replied to cmuzyka's topic in Customize with code
@Beyondspace Thank you for that! The page headers are fine, it's the image poster blocks that are the issue: -
Website: http://www.testing.net The text size of our poster image blocks on our 7.0 site was defaulting to body copy, no matter what we tried, so I've added this code: .design-layout-poster * { font-size: 25px !important; } On the three homepage blocks lower down on the page (OIL & GAS/INDUSTRIAL/AEROSPACE) the text size is now fine, but on the INDUSTRIES page (http://www.testing.net/industries) I want the title to be larger (H1) and the subtitle text to be smaller (H3). Adjusting the font sizes in the Site Styles doesn't change anything. Please help! @tuanphan - we can always count on you!
-
Site URL: https://charmainemuzyka.squarespace.com/ I'm wanting my homepage gallery blocks to display 4 images across on desktop and 2 images across on mobile without affecting the other galleries on the site. Is this possible? Password is 2022
- 2 replies
-
- gallery-block
- css
-
(and 1 more)
Tagged with:
-
Site URL: https://charmainemuzyka.squarespace.com/ I need some help customizing this navigation, it drives me nuts how much Squarespace's navigation styling tools are lacking! I'd like to fix the giant box extending out to the left and left-justify the text if possible. I could live with the left-justified text but the giant box/frame/container needs to go - anyone have thoughts on this? Ideally it should only extend as far as the text goes. Password is: 2022 I currently have this code in my Custom CSS section: // NAVIGATION HOVER COLOR // .header-nav-item:hover>a, .header-nav-folder-item:hover a { color: #4AC5B0 !important; } // DROPDOWN NAV - ALIGN LEFT // .Header-nav-folder * { text-align: left; } // NAV DROP DOWN FONT STYLES // .header-nav-folder-item a { font-size: 15px; font-weight: 300; line-height: 150%; }