This topic has 5 replies, 2 voices, and was last updated 8 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

    Laura 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 🙂

    #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

    Laura 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 🙂

    #113446
     lucasmarstonmusic
    Participant
    This reply has been set as private.
    #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

    Laura 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 🙂

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?