- Posts: 70
- Thank you received: 0
shadows
-
andre6
Active member - Topic Author
- Member
Less
More
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 8 months ago #50266
by milos
Hello,
You can create this with CSS coding. Google for CSS box shadows and CSS rounded corners to learn how these properties work and then apply them to your container.
Also, I don’t know which page builder you are using, but maybe you can apply these from within the page builder.
Regards,
Milos
You can create this with CSS coding. Google for CSS box shadows and CSS rounded corners to learn how these properties work and then apply them to your container.
Also, I don’t know which page builder you are using, but maybe you can apply these from within the page builder.
Regards,
Milos
Please Log in to join the conversation.
-
andre6
Active member - Topic Author
- Member
Less
More
- Posts: 70
- Thank you received: 0
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 8 months ago #50275
by milos
Hello,
You can add rounded corners and borders to some kind of containers using our page builder. However, you can’t add box shadows without CSS. So, please provide the link to your website and let me know which box you want to make with shadows.
Regards,
Milos
You can add rounded corners and borders to some kind of containers using our page builder. However, you can’t add box shadows without CSS. So, please provide the link to your website and let me know which box you want to make with shadows.
Regards,
Milos
Please Log in to join the conversation.
-
andre6
Active member - Topic Author
- Member
Less
More
- Posts: 70
- Thank you received: 0
1 year 8 months ago - 1 year 8 months ago #50298
by andre6
i found the shadows on CSS now but how can i create this?
And how can i create this with the page builder without CSS?
And how can i create this with the page builder without CSS?
betterair.nu/productenYou can add rounded corners and borders to some kind of containers using our page builder.
Last edit: 1 year 8 months ago by andre6.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 8 months ago #50299
by milos
Hello,
The easiest way to do this is to assign a class to the row where you want shadows. You can do this for any row in the Row Settings. More info: www.hotjoomlatemplates.com/sparky-page-b...ion/page-layout/rows
So, for example, add Row Class "shadowed" (without quotes).
Then go to the template options and under Custom > CSS add this code:
Regards,
Milos
The easiest way to do this is to assign a class to the row where you want shadows. You can do this for any row in the Row Settings. More info: www.hotjoomlatemplates.com/sparky-page-b...ion/page-layout/rows
So, for example, add Row Class "shadowed" (without quotes).
Then go to the template options and under Custom > CSS add this code:
Code:
.shadowed > .sparky_page_container {
gap: 30px;
margin-bottom: 30px;
}
.shadowed > .sparky_page_container > .sparky_cell {
box-shadow: 0 0 10px #ccc;
border-radius: 15px;
}
Regards,
Milos
The following user(s) said Thank You: andre6
Please Log in to join the conversation.
Time to create page: 0.141 seconds