saumi
Member-
Posts
21 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
saumi's Achievements
-
How to add different color description in the portfolio grid?
saumi replied to saumi's topic in Customize with code
https://www.theupproject.io/our-work This page has a portfolio -
Beyondspace reacted to a post in a topic: Transparent Text
-
Beyondspace reacted to a post in a topic: Transparent Text
-
@bangank36 Thanks it worked🙏
-
-
Also the code is creating issues for other code, padding and margins were messed up.
-
@bangank36 The code is not working, I think I'm missing something. https://www.theupproject.io/contact section[data-section-id="61a088a564caf5369953ac7c"] { /*Transparent text for Let go*/ .content { &:after { content: 'CONTACT US'; font-size: 10rem; position: absolute; left: -50px; bottom: -160px; display: block; width: 100%; color: rgb(255 255 255 / 0.7); letter-spacing: 20px; } } overflow: hidden; } section[data-section-id="61a088a564caf5369953ac7c"] { /*Transparent text for banner*/ .content { &:after { content: 'CONTACT US'; font-size: 10rem; position: absolute; left: -50px; bottom: -110px; display: block; width: 100%; color: rgb(255 255 255 / 0.2); letter-spacing: 20px; }
-
Beyondspace reacted to a post in a topic: Logo too small on footer in mobile view
-
@bangank36 Thank you so much.
-
Yes, this would go as a banner on after header. Can you please share the code or a way to do so? Thanks
-
Logo is still in the center, it has to be on the left. I tried, but couldn't find a code for logo. Do you have any suggestion?
-
Hi, Thanks for the help, I changed the logo as it was blurry so the size problem is fixed by my alignment is having a problem now. Navigate and services are not is same row and logo is also not in the center. Can you help, please? I am using this code: @media screen and (max-width:767px) { div#page-section-6141fd3432db866317e42f51 .span-10 .span-2:nth-child(n+3) { width: 50% !important; float: left !important; } }
-
My logo is looking too small on footer in mobile view. Please help me. http://theupproject.io/ password: qwerty
-
http://theupproject.io/ password: qwerty
-
Thanks Creedon, I found the solution.
-
Hi Guys, Can anyone tell me how to achieve transparent text on color background? Like the way contact us is written.
-
Please try again, it's working.