nanam
Circle Member-
Content Count
16 -
Joined
-
Last visited
-
Any advice for how to get the blog titles and next/previous text at the bottom of the post to show up using my custom font on this site? pw: newman https://gerbil-oriole-2sn4.squarespace.com/ Thanks!
- 3 replies
-
- blog-post
- custom-css
-
(and 1 more)
Tagged with:
-
Maple: How to make navigation fixed/sticky?
nanam replied to nanam's question in Coding and Customization
That fixed it @tuanphan thank you so much! -
Maple: How to make navigation fixed/sticky?
nanam replied to nanam's question in Coding and Customization
@tuanphan thank you for checking! I tried the following code, but you can see that the bar appears to be floating rather than fixed to the top of the screen...there is a gap above the nav bar/header through which you can see the content underneath as you scroll...do you have a fix for this or new code all together? Thanks again! .Header-inner { z-index: 9999; width: 100%; } .Header{ z-index: 9998; position: fixed; width: 100%; } @media screen and (max-width: 3000px) { .Index-page--has-image .Index-page-content { margin-top:104px !important; } } @media screen and (max-width: 500px -
Hello, can someone please help with some code that would make the navigation bar and white background sticky on scroll? https://www.hellobrella.com Thank you!
-
Change button font color in newsletter block on Henson?
nanam replied to nanam's question in Coding and Customization
Thank you! Perfect. -
Change button font color in newsletter block on Henson?
nanam posted a question in Coding and Customization
Hello, hoping someone can help me with code to make the button font color black on my newsletter block here: www.totumwomen.com. Thank you! -
Add underline for body links in Henson
nanam replied to nanam's question in Coding and Customization
Thank you @tuanphan! That worked well. -
Add underline for body links in Henson
nanam replied to nanam's question in Coding and Customization
Yes! It is www.totumwomen.com. I've started underlining links manually for compliance reasons, but would like to find an automatic solution. Thank you. -
Hello, I haven't had success with any of the CSS I've found to create underlines for body text only on the Henson template. Any ideas? Thank you!