Jump to content

How to adjust text blocks CSS desktop and mobile & CSS command that decrease transparency when hover?

Recommended Posts

Site URL: https://salmon-prism-9ga5.squarespace.com/

Hi, I have a problem with my website project. I have 4 floating textblocks and i would like to adjust them in CSS, but I dont know how. I have tried google this, but I have not found a solution. In mobile view, the blocks are stuck together and I would like to have space between them.

Secound question: Is it possible increase visibility when hover? Now there is command that reduce opacity in logos in CSS. Is there some trick that when I move my cursor on logo it's transparency reduce ?

https://salmon-prism-9ga5.squarespace.com/
Password to website: woerks123

 

 

2problems.jpg

Link to comment
  • Replies 2
  • Views 164
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

#1. Add to Design > Custom CSS

/* 4 boxes space on mobile */
@media screen and (max-width:767px) {
div#page-section-6255b74bc18dab1b063bba70 .html-block {
    margin-bottom: 50px;
}}

#2. Use this CSS

figure.gallery-reel-item:hover img {
    opacity: 1;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.