-
Author
-
March 25, 2016 at 06:30 #112691lucasmarstonmusicParticipant
I am trying to create borders around a column in my row. I select them and click save. When I reopen the visual composer editor for that column the settings don’t save. I can change the background color of that column and that saves fine, but the borders dont.
March 26, 2016 at 20:01 #112897LauraModeratorHello, add a class tot that element and add the borders using css, like for example:
COPY CODE.borders { border: 1px black; }
In that case, “borders” is the class, and we have a css that will add a black border of 1px
Let me know if you need more details 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 28, 2016 at 22:52 #113186lucasmarstonmusicParticipantNot sure I understand how making “classes” works.
In the element for the column where it says Extra Class Name I wrote “borders.” Then I went into my Custom CSS in my settings and put in the code you gave me. I then save both settings, refreshed my page, and nothing happens.
Is there a video tutorial somewhere on Class Names?
March 29, 2016 at 21:21 #113411LauraModeratorHello, can you share admin credentials so i can check it out? also the page link 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 1, 2016 at 11:36 #114005LauraModeratorHello, please try the following css at style.css of child theme
COPY CODE.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill { border: 1px solid white; }
Let me know 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.