Jump to content

Jia

Circle Member
  • Posts

    230
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Jia got a reaction from tuanphan in Need a border around list item card CSS   
    Hi, add this to custom css:
    .slide-content.list-item-card-background { border: 2px solid black; }
  2. Like
    Jia got a reaction from tuanphan in Product headings on individual sales pages are huge on mobile   
    Hi, try using this selector within the mobile media query and add the important tag:
    .ProductItem-details h1.ProductItem-details-title  
  3. Love
    Jia reacted to Lorena1223 in Need a border around list item card CSS   
    @Jia Thank you so so much!!! 🙂
  4. Love
    Jia got a reaction from Lorena1223 in Need a border around list item card CSS   
    Hi, add this to custom css:
    .slide-content.list-item-card-background { border: 2px solid black; }
  5. Love
    Jia reacted to rhondahymason in Remove horizontal rule from the Store page   
    That worked! Thank you!
  6. Like
    Jia got a reaction from rhondahymason in Remove horizontal rule from the Store page   
    Here, try this one instead:
    .products.collection-content-wrapper .nested-category-children::after { width: 0!important; }  
  7. Like
    Jia got a reaction from HOPEITALY in CHANGE CALENDAR DAY BACKGROUND AFTER HOVER   
    Hi, add this code to custom css:
    .flyoutitem-datetime.flyoutitem-datetime--12hr { color:black !important; } .flyoutitem-excerpt p { color:black !important; } .yui3-squarespaceccalendar .flyoutitem-link-arrow:before { color:black; }
  8. Like
    Jia got a reaction from tuanphan in Transparent Navigation Bar on Homepage   
    Hi, sorry, forgot about the transparent part, here's an updated code:
    #collection-660ed69adfb20b1a470e3ea0 { .header-background-solid { background-color:transparent!important; } .header-nav-wrapper a { color:#fffff; } .header-title { background-image:url('IMAGE URL HERE'); background-size: contain; } .header-title img { opacity:0; } }
  9. Like
    Jia got a reaction from tuanphan in Change Header Button Properties on Individual Pages   
    Add this code to custom css:
    #collection-660a358f29ca3638a4f1c793 { a.btn.btn--border.theme-btn--primary-inverse.sqs-button-element--tertiary { background-color: white; color: #c85537; } }
  10. Like
    Jia got a reaction from hunters in Customize Submit Button Font on Contact From   
    Try adding this code to custom css:
    button.button.sqs-system-button.sqs-editable-button.form-submit-button { font-family: 'MaisonNeueDemi'!important; letter-spacing: 0.5px!important; text-transform: uppercase!important; }
  11. Like
    Jia got a reaction from hunters in CSS FOR FORM/BUTTON FONT   
    Hi, what's the link to the website?
  12. Love
    Jia reacted to Ciellumiere in Change color of text and box background on hover   
    Brilliant! works like a charm! thank you
  13. Love
    Jia reacted to FTWSGEM in Scrolling Gallery is targeting all galleries - Help!   
    Thank you @Jia amazing!
  14. Like
    Jia got a reaction from FTWSGEM in Scrolling Gallery is targeting all galleries - Help!   
    Ahh my bad, I missed a colon. Let's try this code:
    section[data-section-id="660306201b192a3d5c8ecd97"] { line-height: 2 !important; overflow-x:hidden; .gallery-grid-wrapper { display:flex !important; animation: slideshow 40s linear infinite } .gallery-grid-wrapper .gallery-grid-item { min-width: 20%; margin-right: 5% } @keyframes slideshow { 0% { left: 0; } 100% { left: -125%; } } }
  15. Like
    Jia got a reaction from jlaperch in Googler Font Import 7.1   
    Hi, try removing the '2' after css2 like so:
    @import url('https://fonts.googleapis.com/css?family=Lexend:wght@100..900&display=swap');
  16. Love
    Jia reacted to undefined in Styling dropdown navigation text   
    AMAZING @Jia thank you SO MUCH! Lifesaver!
  17. Love
    Jia reacted to trececreative in Customize Submit Button Font on Contact From   
    This worked, thank you! 
  18. Like
    Jia got a reaction from trececreative in Customize Submit Button Font on Contact From   
    Try adding this code to custom css:
    button.button.sqs-system-button.sqs-editable-button.form-submit-button { font-family: 'MaisonNeueDemi'!important; letter-spacing: 0.5px!important; text-transform: uppercase!important; }
  19. Love
    Jia reacted to Inkdave in How to increase spacing between product images?   
    Thanks Jia that worked perfectly. 😀
     
  20. Like
    Jia got a reaction from backwaterflorida in Remove site title, navigation and footer on only one page   
    Add this code:
    #collection-65e928f35217070e1ea8806e, #item-65f9ae28547e01097c19245a { .Mobile-bar.Mobile-bar--top { display: none; } }
  21. Like
    Jia got a reaction from backwaterflorida in Remove site title, navigation and footer on only one page   
    On which pages are you trying to remove the header and footer? The code I provided was only applicable to the page you linked.
  22. Like
    Jia got a reaction from backwaterflorida in Remove site title, navigation and footer on only one page   
    Alright, replace the code we added with this. Again, this is only applicable for those 2 pages.
    #collection-65e928f35217070e1ea8806e, #item-65f9ae28547e01097c19245a { header, footer { display:none!important; } }  
  23. Like
    Jia got a reaction from bartseijbel in Change the background color of underlined text with CSS   
    Hi, try this code. It targets all underlined text in descriptions of accordion blocks.
    .sqs-block-accordion .accordion-item__description span { background-color: yellow; }  
  24. Like
    Jia got a reaction from Harry4893 in Hover change for footer links   
    Hi, try adding this to custom css. Just change 'red' to your preferred colour or hex code.
    section[data-section-id="61b683e3ec1414216645742b"] span.sqsrte-text-color--black:hover { color:red; } If you want to change the colour of the underline as well, add this code:
    section[data-section-id="61b683e3ec1414216645742b"] a:hover { color:red !important; } Let me know how it goes 🙂 
  25. Love
    Jia reacted to FlorenceMarketing123 in Custom CSS Font is not appearing in the page previews   
    This worked! thanks so much!
     
×
×
  • 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.