IM_Design
Circle Member-
Content Count
69 -
Joined
-
Last visited
Recent Profile Visitors
-
rGRAYphotog reacted to an answer to a question: 7.1 removing text link underlines
-
7.1 removing text link underlines
IM_Design replied to IM_Design's question in Coding and Customization
It looks like a platform update changed the way the underlines work, so this should work for Text Block underlines instead now. Either site-wide in the CSS Editor: a {text-decoration-line:none !important;} Or page-specific wrapped in <style> tags in the Page Header Code Injection: <style> a {text-decoration-line:none !important;} </style>- 7 replies
-
- squarespace-7.1
- css
-
(and 1 more)
Tagged with:
-
IM_Design reacted to an answer to a question: Remove Header and footer with a code
-
7.1: Hide mobile navigation icon
IM_Design replied to IM_Design's question in Coding and Customization
Here's what worked for me in the CSS Editor: .header-burger {display:none}- 1 reply
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
The navigation is empty on this version 7.1 site but the navigation icon still displays for mobile, so I'm looking to hide that.
- 1 reply
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
7.0 Brine: Member Area access denied screen background color
IM_Design replied to IM_Design's question in Coding and Customization
Here's what worked for me in the CSS Editor: .Site-inner--index {background-color: red !important;} Just replace "red" with your own color code and that should work!- 1 reply
-
- member areas
- color
-
(and 2 more)
Tagged with:
-
Looking to update the background color for the access denied screen for Member Areas on a Brine template with version 7.0 when using the Index Page specifically.
- 1 reply
-
- member areas
- color
-
(and 2 more)
Tagged with:
-
Nealoid reacted to an answer to a question: 7.1 removing text link underlines
-
IM_Design reacted to an answer to a question: 7.1 removing text link underlines
-
BSRP reacted to an answer to a question: 7.1 removing text link underlines
-
Supremo reacted to an answer to a question: 7.1 removing text link underlines
-
creedon reacted to an answer to a question: Adjusting the font size for Album Page track titles
-
Adjusting the font size for Album Page track titles
IM_Design posted a question in Coding and Customization
Looking to increase the font size of the tracks titles on the right side of my Album Page and there's no built-in style for this. -
Adjusting the font size for mobile navigation links
IM_Design replied to IM_Design's question in Coding and Customization
Here's what worked for me in the CSS Editor: .header-menu-nav-item a { font-size: 20px !important; }- 1 reply
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
Adjusting the font size for mobile navigation links
IM_Design posted a question in Coding and Customization
I'm not finding an option with version 7.1 yet to adjust the mobile navigation font size, any options?- 1 reply
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
Center links and remove padding from folders
IM_Design replied to IM_Design's question in Coding and Customization
Here's an option that worked okay for me within the CSS Editor: .header-nav-folder-content { text-align: center !important; padding:2px !important; max-width: 100% !important; margin-right: 15px !important; } Important Note: this works well if you have a folder title that's a bit longer and the pages within the folder don't have exceptionally long titles. If you have a folder with a really short title, the code above is going to make each navigation link within the folder wrap to multiple lines which may not be ideal. If you're planning to use shorter folder titles and long -
Center links and remove padding from folders
IM_Design posted a question in Coding and Customization
Looking for more styling options for folders on version 7.1. I think centering the links and reducing some of that extra padding would be more ideal. -
IM_Design reacted to an answer to a question: Summary Block blog excerpt font size
-
@Roxyjee Summary Blocks do have to pull from other collection pages, so you'd add the video to a Gallery Page on version 7.0 first: Summary Blocks | Select the content
- 4 replies
-
- summary-block
- css
-
(and 1 more)
Tagged with:
-
Product details page - reduce Quantity field padding
IM_Design posted a question in Coding and Customization
The "quantity" field on the product details page for version 7.1 has a lot of padding / empty space in the field that I'd like to reduce.