Jump to content

nathan.j.p

Circle Member
  • Posts

    164
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    nathan.j.p reacted to tuanphan in Changing all Navigation Items Color on Scroll   
    Add to Design > Custom CSS
    header#header.shrink a { color: black; opacity: 1; } header#header.shrink img { filter: invert(1); } header#header.shrink use { fill: black !important; stroke: black !important; }  
  2. Like
    nathan.j.p got a reaction from mdcotonopu in help - unwanted horizontal scroll bar appearing   
    I'm seeing it in Chrome, but once I scroll down the page and scroll back up the problem goes away. It seems to be loading some fixed width element that isn't visible above the fold initially, but that goes away on scroll.

    It's not straight forward enough of an issue for me to pinpoint myself.
  3. Like
    nathan.j.p got a reaction from paul2009 in Changing the size of only one paragraph   
    The downside to modify font-size for single blocks using code is deciding where the tedium of customization ends. It is best to set up your font-sizes to work out of the box across your website, and by best I mean, it's an y easy rabbit hole to fall in and get distracted with. Speaking from experience.
  4. Like
    nathan.j.p reacted to tuanphan in Adjust Size of Featured Image on Blog Posts and Block   
    Try adding to Design > Custom CSS
    .blog-single-column .blog-single-column--container>div:first-child { max-width: 500px; width: 90%; } .blog-single-column .blog-single-column--container { justify-content: center; align-items: center; }  
  5. Love
    nathan.j.p reacted to tuanphan in Can portfolio thumbnail previews be video?   
    See this guide
     
  6. Like
    nathan.j.p reacted to IgnitePerth in Adding word before price on MAIN product page.   
    try the below in Design > Custom CSS
     
    .product-price::before { content: "from"; } if you wish to style the word "from"  further you can do so inside that same rule.
    eg:
    .product-price::before { content: "from"; font-size: .9rem; color: #A3826C; }  
  7. Like
    nathan.j.p reacted to jlucas4 in Show Booked Classes / Grey Out Slots   
    Did this question ever get answered/resolved?  We would like to show booked slots to clearly show all time slots that are usually available and which are booked. Is there an option in Acuity Scheduling to do that?  Thank you.
  8. Like
    nathan.j.p reacted to TheSmokinBarrel in Show Booked Classes / Grey Out Slots   
    I would also like to see this functionality.
  9. Like
    nathan.j.p reacted to RichardJarrett in Show Booked Classes / Grey Out Slots   
    Is there a way in Acuity Scheduling to grey out classes that are fully booked, rather than removing the option entirely? Displaying a greyed-out slot could be useful to indicate that the time is typically available, even if it's fully booked in this specific instance. Removing the slot from the user interface may give the impression that the time slot is not usually offered.
  10. Thanks
    nathan.j.p reacted to tuanphan in Change Button Link in Header for one specific page   
    Add to Page Header
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> $(document).ready(function(){ $("header#header a.btn").html(function() { return $(this).html().replace("Start training for free", "new text"); }); $("header#header a.btn").attr('href','https://google.com'); }); </script>  
  11. Like
    nathan.j.p got a reaction from dino_jam in help - unwanted horizontal scroll bar appearing   
    I'm seeing it in Chrome, but once I scroll down the page and scroll back up the problem goes away. It seems to be loading some fixed width element that isn't visible above the fold initially, but that goes away on scroll.

    It's not straight forward enough of an issue for me to pinpoint myself.
  12. Like
    nathan.j.p got a reaction from dino_jam in help - unwanted horizontal scroll bar appearing   
    What browser are you using? And do you see this only in edit view or on the live site too?  I've solved a similar problem for myself so I took a look and everything looks good in Safari.
  13. Like
    nathan.j.p reacted to tuanphan in Is it possible to add more columns to basic grid blog layout?   
    Add to Home > Design > Custom CSS
    @media screen and (min-width:768px) { .blog-basic-grid { grid-template-columns: repeat(6,minmax(0,1fr)) !important; } }  
  14. Like
    nathan.j.p reacted to Beyondspace in Masonry Blog - Even Edge/Inline/Straight   
    Can you try this in Custom Css
    .blog-masonry .masonry-ready .entry.is-loaded { transform: none !important; display: inline-block; position: relative !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.