Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #347414

    I want to add a border between my three call to action boxes with buttons at the top of the screen. (Layout element 1/3) Is there an easy way to do this?

    #347486

    Hey cobalt_blue_1!

    Try doing this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/. And then for your text blocks add a custom class such as “my_class” in the custom CSS field and then add this in Dashboard > Enfold > General Styling > Quick CSS.

    .my_class {
        border-right: 1px solid black;
    }

    And then for the last one change the class and make the border display on the left.

    Regards,
    Elliott

    #347805

    I tried this method and ran into problems. I added the add_theme_support(‘avia_template_builder_custom_css’); into the functions.php (I assume you mean the one in the enfold folder – there are several). I went back to the builder and could not find the class section. Could you give more complete instructions on how to accomplish this by chance? I would really appreciate it.

    #348068

    Hey!

    You should find the custom css class field inside the elements options panel, located at the very bottom. For example, edit the text block then look for the Custom CSS Class field. Please review the documentation.

    Cheers!
    Ismael

    #349227
    This reply has been marked as private.
    #349683

    Hey!

    Are you adding it in Dashboard > Enfold > General Styling > Quick CSS? I didn’t see the code I gave you to add but I found this in there.

    .avia_textblock.my_class {
    border: 1px solid #e2e2e2;
    padding: 10px;
    }

    And that is being displayed fine on your site. If you do not see it then try clearing your browser cache.

    Regards,
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.