Jump to content

SolveigTraeet

Member
  • Posts

    275
  • Joined

  • Last visited

Reputation Activity

  1. Like
    SolveigTraeet reacted to Web_Solutions in Create a black background with an outline in color on my contact form fields   
    Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS.
    #block-1ee1a9b7037727f1849a { input, textarea { background-color: black !important; border-color: #ac8139 !important; } }  
  2. Like
    SolveigTraeet reacted to FlyDresser in Adding a copyright text/symbol to my website (all pages and posts)   
    1) Use the SQSP footer, but set the section Space to Small and then edit the space to be 0 on the slider. 
    2) Create a text block in the footer, making it one row high.
    3) To create the copyright line, use a word processor (e.g. Microsoft Word), and type the desired copyright text, preceding it with (c). The auto-correct feature will replace the (c) with the copyright symbol. Then copy the text including the symbol, and paste into the text in Squarespace in the text block editor. Voila!  works with many other symbols generated by MS Word autocorrect as well. 
     
  3. Like
    SolveigTraeet reacted to Ziggy in Place Facebook social icon first, beside Tiktok, instagram, twitter and contact   
    No problem, happy to help!
    For the future: If you change the number of items in the navigation, it will have to be adjusted again.
  4. Like
    SolveigTraeet got a reaction from Beyondspace in Make three blocks in a row next to each other   
    Site URL: https://www.queenofsol.com/music
    Hi!
    I need some help making the three blocks that you can see on my music page, to appear in a row next to each other on mobile version. I also want these blocks to be smaller on laptop/computer version.
    Can anyone help me with this? 🙂 


  5. Like
    SolveigTraeet got a reaction from Beyondspace in Make three blocks in a row next to each other   
    @bangank36 Can you help me make the three blocks smaller on computer version? they are too big. 
  6. Like
    SolveigTraeet got a reaction from Beyondspace in Make three blocks in a row next to each other   
    @bangank36Thank you, it worked great! 🙂 
  7. Like
    SolveigTraeet got a reaction from Beyondspace in Make three blocks in a row next to each other   
    @bangank36 Thank you, that fixed it! 🙂
  8. Like
    SolveigTraeet reacted to tuanphan in Add scroll-bar to text block on my ''News'' page   
    Add to Design > Custom CSS
    /* Text scroll */ div#block-yui_3_17_2_1_1610457517378_9562 { max-height: 200px; overflow-x: hidden; }
  9. Like
    SolveigTraeet got a reaction from colin.irwin in Make image slowly fade in once you enter home page only   
    @colin.irwin Thank you, that worked great!
  10. Like
    SolveigTraeet reacted to colin.irwin in Make image slowly fade in once you enter home page only   
    Try inserting this in your Custom CSS area and experiment with the increasing / decreasing the 1.5s animation value until you get the effect you want.
    .homepage #block-yui_3_17_2_1_1611067680935_4040 { animation: fade-me-in 1.5s; } @keyframes fade-me-in { 0% {opacity:0;} 80% {opacity:0;} 100% {opacity:1;} }  
     
  11. Like
    SolveigTraeet reacted to tuanphan in Mobile Version: 2 blog posts in a row   
    Add to Blog Page Header
    <style> @media screen and (max-width:767px) { .tweak-blog-basic-grid-width-inset .blog-basic-grid { display: grid !important; grid-template-columns: repeat(2,1fr); grid-column-gap: 10px; } } </style>  
  12. Like
    SolveigTraeet reacted to tuanphan in Remove scrollbar on Home page   
    Add to Home > Design > Custom CSS
    body.homepage { overflow: hidden; }  
  13. Like
    SolveigTraeet reacted to tuanphan in Search bar customizing   
    Add to Design > Custom CSS
    .sqs-search-ui-button-wrapper.color-dark .search-input { border-color: black; color: black !important; opacity: 1; } .sqs-search-ui-button-wrapper.color-dark .search-input::placeholder { color: white; }  
×
×
  • 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.