Jump to content

Shadmon

Circle Member
  • Posts

    197
  • Joined

  • Last visited

  • Days Won

    2

Shadmon last won the day on October 3 2019

Shadmon had the most liked content!

Personal Information

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @ANDREY_DANILOV Please add this CSS code to your website : .Mobile-overlay-nav-item.Mobile-overlay-nav-item--folder { text-align: center; } .Mobile-overlay-menu { left: 30px; } .Mobile-overlay-close { z-index: 999 !important; } Let me know if it works!
  2. @popofglitter Please use this default URL for users to stay on the same page. /inquire Let me know if it works for you!
  3. @leeloolizzie330 You're very welcome! I'm thrilled to hear that the plugin was a timely solution for you. Best of luck with your portfolio and job applications!
  4. Here is the CSS code that will ensure your slider text is responsive on both desktop and mobile devices. You can add this code to Website > Website Tools > Custom CSS #home-hero-slideshow-banner .Index-gallery-item-content-heading { font-size: 3em; padding-bottom: 5rem; } @media screen and (max-width: 640px) { #home-hero-slideshow-banner .Index-gallery-item-content-heading { font-size: 2em; } #home-hero-slideshow-banner .Index-gallery-control { margin-top: -130px !important; } #home-hero-slideshow-banner { height: 45vh; } #home-hero-slideshow-banner .Index-gallery-item { height: 40vh !important; } }
  5. You can use this code to Website > Website Tools > Custom CSS .header-title-logo img { max-height: 86px; } Let me know if it works!
  6. To specifically target the first paragraph (<p>) of your banner text, you can use the following CSS code: #intro p:first-child { color: #fff; } Let me know if it helps!
  7. Hi @FTWSGEM The issue you're facing with the disappearing scrollbar stems from the overflow:hidden; rule applied to the body element within your CSS. So, Please remove this line from your CSS: body { overflow:hidden; } It will fix your issue. Let me know if it works!
  8. @FTWSGEM We can do that easily by javascript. Can you confirm you have subscribed to a business plan?
  9. If you want to change the overlay color of the background image by CSS. Then here it is: [data-section-id="6545523923d13742e6e76fe4"] .section-background-overlay { background-color: #000; } But, I suggest you change the overlay color from (in Styles -> Color, and pick the relevant theme) as Ziggy mentioned. I hope it helps!
  10. For fixing the height of your homepage video banner on mobile. Please add this CSS code. Website > Website Tools > Custom CSS. @media (max-width: 640px) { #home-top { min-height: 30vh !important; } #home-top .sqs-block-spacer { display: none; } } Let me know if it works!
  11. Hi, You can use this CSS code on your website to fix the issue : Website > Website Tools > Custom CSS. .tweak-site-border-show .Site { border: none; } Let me know if it helps!
  12. To disable the announcement bar: . Open the Announcement bar panel Select the Disable announcement bar from the drop-down menu. Let me know if it helps!
  13. Hi Yomoni, You are talking about the blog post excerpt, right? If yes, Please add this CSS code to your website. Website > Website Tools > Custom CSS. .BlogList-item-excerpt { font-size: 1rem; } Let me know if it works!
  14. @FTWSGEM Hi, You can add this CSS code. Just add your image there and it will show on hover. .burger-inner:hover::after { background-image: url(add your image url here); } Let me know if it helps!
  15. You can add this CSS code to align them perfectly. #powerful-membership img { transform: scale(0.5); } #powerful-membership a { padding-bottom: 50%; }
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.