This topic has 5 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #112691
     lucasmarstonmusic
    Participant

    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.

    #112897
     Laura
    Moderator

    Hello, 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 solution
    #113186
     lucasmarstonmusic
    Participant

    Not 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?

    #113411
     Laura
    Moderator

    Hello, 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 solution
    #113446
     lucasmarstonmusic
    Participant

    Yes the sign in is:

    lucasmarstonmusic@gmail.com

    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.

    #114005
     Laura
    Moderator

    Hello, 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
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?