Jump to content

thesoulfulentrepreneur

Circle Member
  • Posts

    71
  • Joined

  • Last visited

Reputation Activity

  1. Like
    thesoulfulentrepreneur got a reaction from tuanphan in Image borders on Fluid Engine   
    Thank you very much @tuanphan - I so greatly appreciate your support. I had to add !important to the border property but, it did the trick! 🙂 
  2. Like
    thesoulfulentrepreneur reacted to ilseS in Image borders on Fluid Engine   
    This is fantastic @tuanphan I've been going round and round trying to give a border to image shapes that don't end up a square around an oval -impossible! This is a great workaround. Many thanks for posting.
  3. Love
    thesoulfulentrepreneur reacted to tuanphan in Image borders on Fluid Engine   
    I think you should use a normal image, then we will use CSS to make curve on top left top right corners.
    I did an example with image at bottom of page'

    div#block-efff2a01b90cc35816e9 .image-block-wrapper { border: 1px solid #d1a556; padding: 10px; border-top-left-radius: 300px; border-top-right-radius: 300px; } div#block-efff2a01b90cc35816e9 img { border-top-left-radius: 300px; border-top-right-radius: 300px; }  
  4. Like
    thesoulfulentrepreneur reacted to Bmosello in Counter widget/add on   
    Is there a way to get the counter to start when you scroll past it, instead of when you first land on the page? 
  5. Like
    thesoulfulentrepreneur got a reaction from tuanphan in Show new blog cover image on hover   
    @tuanphan Oh amazing, I adjusted the code for the first 3 and that did the trick. I'll work on the rest. THANK YOU!! 😄
  6. Love
    thesoulfulentrepreneur reacted to tuanphan in Show new blog cover image on hover   
    Use some code like this (this code for third image)
    div#block-6329d15594ec314c5a43ff9a:hover img { opacity: 1 !important; content: url(https://cdn.pixabay.com/photo/2022/10/16/13/53/early-morning-7525151__480.jpg); }  
  7. Like
    thesoulfulentrepreneur got a reaction from ilseS in Image borders on Fluid Engine   
    Site URL: https://www.thesoulful.squarespace.com
    Hello!
    Site URL: https://www.thesoulful.squarespace.com 
    Pass: livesoulfully
    I am interested in using CSS to apply borders to the images on a website as efficiently as possible.
    I referenced the solutions in this thread, however, none seemed to do the trick: 
    I got seemingly close with this:
    .sqs-block-image { border: 1px solid #d1a556 !important; padding: 10px !important; } However, two issues arise:
    1. There are several images I do not wish to target. I assume that requires us to get more specific with targeting, like using the section ID, like this (this is for the home header):
    section[data-section-id="6328d3a483fd37bbf384a8f6"] .sqs-block-image {     border: 1px solid #d1a556 !important;   padding: 10px !important; } 2. In some cases, the padding doesn't apply evenly, for example, there may be more/less padding on the top/bottom of the image depending on the screen width. I have attached some examples for visual reference. I tried to solve this by switching the design setting of the image block from 'fit' to 'fill', but that introduces other proportion-related issues across screen sizes, which I'd like to avoid.
    Does anyone have any thoughts as to how to implement? 
    Thanks in advance!


  8. Like
    thesoulfulentrepreneur got a reaction from tuanphan in Image blocks from b/w hover to colour code not working   
    @tuanphan my apologies, in the meantime I answered my own question. thanks for your support!
  9. Like
    thesoulfulentrepreneur got a reaction from tuanphan in Position logo and nav on banner image   
    You are amazing - THANK YOU!!!
  10. Love
    thesoulfulentrepreneur reacted to tuanphan in Position logo and nav on banner image   
    @stellaehabib try adding this code to home > design > custom css
    header.Header.Header--top { position: absolute; top: 0; left: 0; right: 0; z-index: 999; background: transparent; } header.Header.Header--bottom.Header--overlay { position: absolute; top: 180px; left: 0; right: 0; z-index: 999; }  
×
×
  • 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.