Jump to content

tuanphan

Circle Member
  • Posts

    65,519
  • Joined

  • Last visited

  • Days Won

    521

Everything posted by tuanphan

  1. Use this code for mobile .header-display-mobile .header-title-nav-wrapper:before { content: "25% Off Your First Clean--Use Code NEW25 at Checkout"; display: inline-block; font-size: 20px; color: pink; position: absolute; top: 0; text-align: center; background-color: rgba(255,172,172,.2); }
  2. Yes, just repeat the code & change to 2, 3, 4... Slower, I guess not possible, but you try this code div#block-yui_3_17_2_1_1688340999924_3167 .slide:hover img, div#block-yui_3_17_2_1_1688340999924_3167 img { transition: all ease-in-out 0.3s !important; }
  3. You can add this to Design > Custom CSS p,h1,h2,h3, body * { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important }
  4. The site is private. Can you setup an access password? We can access easier
  5. Yes. You can add slideshow gallery, then share site url, we can give some simple code to make transparent header
  6. You mean change field type or change default value or placeholder or?
  7. Use this new code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $('.last-name input').attr('value','NA'); $('.last-name').attr('style','display:none;'); }); </script>
  8. Do you have an example + site url? We can help easier
  9. You need to do that first, then share site url, we can give code easier
  10. The size looks fine to me. You want all text icon on same line?
  11. Add a Code Block > paste this code <button class="custom-btn btn-13">Read More</button> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/> <style> .custom-btn { padding: 10px 25px; font-family: "Roboto", sans-serif; font-weight: 500; background: transparent; outline: none !important; cursor: pointer; transition: all 0.3s ease; position: relative; display: inline-block; } /**** BTN No. 13 ****/ .btn-13 { border: 2px solid #000; z-index: 1; } .btn-13:after { position: absolute; content: ""; width: 100%; height: 0; top: 0; left: 0; z-index: -1; background: #000; transition: all 0.3s ease; } .btn-13:hover { color: #fff; } .btn-13:hover:after { top: auto; bottom: 0; height: 100%; } .btn-13:active { top: 2px; } </style>
  12. Just tested the code & It still works here. Where did you add the code? Can you take a screenshot? and Can you add & Keep it in CSS box? We can check it again easier
  13. Can you share link to page where you want to apply border?
  14. Hi, Can you share link to blog & which elements you want to change font in blog page?
  15. Add this to Design > Custom CSS /* blog prev next */ h2.item-pagination-title { display: none; } .item-pagination-prev-next { display: block !important; }
×
×
  • 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.