-
Author
-
March 25, 2016 at 06:30 #112691
lucasmarstonmusic
ParticipantI 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 #112897Laura
ModeratorHello, 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 solutionMarch 28, 2016 at 22:52 #113186lucasmarstonmusic
ParticipantNot 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 #113411Laura
ModeratorHello, 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 solutionMarch 30, 2016 at 01:49 #113446lucasmarstonmusic
ParticipantYes the sign in is:
the password is:
+L4u3c4a3s-
Look at this post:
http://www.hollagully.com/hollagully-hotlist-5-best-podcasts-creative-entrepreneurs/You will see in the News Highlight column on the right hand side, I have the background color set to #1c1c1c
If you try to set a border color to this element, it will not save. It only saves the background but no border. I would like to try with white, or grey, but it won’t save.
Perhaps you could also tell me why (photo attached), the text of the category is so big? It’s almost the same size as the title of the article. I don’t know if that category text is h2, h3, h4, h5, etc. And I have no way of knowing.
Do you guys have a list which tells Kleo users which H text affects what elements on the site? On the home page these categories are nice and small. But for some reason when I add a News Highlight shortcode to a post, they are really big. Very confusing.
April 1, 2016 at 11:36 #114005Laura
ModeratorHello, 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 solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.