Jump to content

Portfolio, mobile view with static overlay

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 6
  • Views 1.6k
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...

Add to Website Tools (under Not Linked) > Custom CSS

@media screen and (max-width:991px) {
.portfolio-text {
    opacity: 1 !important;
    top: unset !important;
    background-color: rgba(0,0,0,0.7) !important;
}
.portfolio-overlay {
    opacity: 1 !important;
    top: unset !important;
}
}

 

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
  • 3 weeks later...
On 1/8/2024 at 10:34 AM, tuanphan said:

Add to Website Tools (under Not Linked) > Custom CSS

@media screen and (max-width:991px) {
.portfolio-text {
    opacity: 1 !important;
    top: unset !important;
    background-color: rgba(0,0,0,0.7) !important;
}
.portfolio-overlay {
    opacity: 1 !important;
    top: unset !important;
}
}

 

thank you so much! the top project in the portfolio now resembles how i would like it, but the other ones seems just black?

image.thumb.png.9ac3b4bef17924b53477dcf026a90e90.png

Is there also a way to make the static overlay thinner? 

 

Many thanks for your reply!

@media screen and (max-width:991px) {
.portfolio-text {
    opacity: 1 !important;
    top: unset !important;
    background-color: rgba(0,0,0,0.7) !important;
}
.portfolio-overlay {
    opacity: 1 !important;
    top: unset !important;
}
}
Link to comment
  • Solution
On 1/25/2024 at 1:45 AM, andreassoteriou said:

thank you so much! the top project in the portfolio now resembles how i would like it, but the other ones seems just black?

image.thumb.png.9ac3b4bef17924b53477dcf026a90e90.png

Is there also a way to make the static overlay thinner? 

 

Many thanks for your reply!

@media screen and (max-width:991px) {
.portfolio-text {
    opacity: 1 !important;
    top: unset !important;
    background-color: rgba(0,0,0,0.7) !important;
}
.portfolio-overlay {
    opacity: 1 !important;
    top: unset !important;
}
}

Use this new code

@media screen and (max-width:991px) {
.portfolio-text {
    opacity: 1 !important;
    top: unset !important;
    background-color: rgba(0,0,0,0.5) !important;
}
.portfolio-overlay {
    opacity: 1 !important;
    top: unset !important;
    background-color: transparent !important;
}
}

 

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.