Home › Forums › WoodMart support forum › Column Borders WP Bakery
Column Borders WP Bakery
- This topic has 14 replies, 2 voices, and was last updated 3 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
July 2, 2021 at 4:36 pm #304204
joemnmParticipantHello,
I have built a handful of sites with this theme, great theme! I have always noticed that the border options in the column settings (column > design options > border color + border style) simply do nothing. If I set the border to a color and/or change the border style to anything other than theme defaults, then save, then look again, it has reverted itself to the default of no border color and “theme defaults” for border style.
Is there a way I can use these two things?
Thanks!
Attachments:
You must be logged in to view attached files.July 3, 2021 at 12:02 am #304232
Elise NoromitMemberHello,
You need to insert a number of pixes in the border, for example 2px on each side in the CSS block, then chose solid or other styles instead of “Theme default” and set the color, and the border would appear.
If you have any questions or need further help, please feel free to contact us.
Best Regards
July 5, 2021 at 3:32 pm #304626
joemnmParticipantAha! Simple fix, thank you.
July 5, 2021 at 4:01 pm #304630
joemnmParticipantRelated question – Do you know how I can add a shadow underneath a column background color?Much like the shadow I can add under a header in woodmart header builder. Thanks!
July 5, 2021 at 4:52 pm #304638
joemnmParticipantSorry I should have mentioned, I tried with this CSS:
.shadowtime {
box-shadow: 5px 5px 5px;
}but the shadow does not follow the edges of the rounded white background of the column, it instead is just outside the white, and a square angle on the corner, please see attached image. Thanks for your help!
Attachments:
You must be logged in to view attached files.July 5, 2021 at 8:41 pm #304662
Elise NoromitMemberHello,
The header builder has the option to add the shadow in the row settings: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/
Please provide the page URL and which block requires the shadow?
Best Regards
July 5, 2021 at 8:43 pm #304664
joemnmParticipantI want to add a shadow underneath a column background color which is white
July 6, 2021 at 12:05 am #304699
Elise NoromitMemberHello,
You need to assing a class to the inner column and then add this CSS:
box-shadow: 0 0 9px rgb(0 0 0 / 12%);
You will get the result like this https://gyazo.com/b2aa68c339013542981b0f0c8544490a
If you need help. please provide site admin access to the private area.
Best Regards
July 6, 2021 at 1:50 pm #304842
joemnmParticipantHello,
Yes, I tried that and it is still showing the shadow as a box around the white background, see image attached. It does not follow the white background of the column.
Attachments:
You must be logged in to view attached files.July 7, 2021 at 10:09 am #305008
Elise NoromitMemberHello,
Please provide the page URL with the blocks I cannot find.
Best Regards
July 7, 2021 at 2:17 pm #305089
joemnmParticipantSorry about that, here you go
July 8, 2021 at 12:32 pm #305283
Elise NoromitMemberHello,
Please check now. You can change the shadow as per your needs: make it more or less visible.
Best Regards
July 8, 2021 at 3:15 pm #305350
joemnmParticipantThat works thank you
July 8, 2021 at 3:17 pm #305353
joemnmParticipantFor anyone else wondering how to make a shadow in an inner column, add this to your custom css with a class name of your choice:
Custom css:
.yourclassnamehere .vc_column-inner {
box-shadow: 0 0 4px rgb(0 0 0 / 12%);
}Then add the class name to the “Extra class name” field for that inner column.
July 8, 2021 at 11:36 pm #305409
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register