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

    I LOVE ENFOLD and I know that everything is possible with this superb template…But
    I’m trying to achieve something similar to this effect on top of the page (VIDEO): http://peterloew.eu/home-newsroom/

    How can I create a top border in black let´s say 10 px? I have searched your forums – no solution found :-(
    that´s the css code I created and tried on this site:

    #kds-column-border .flex_column.av_one_half.flex_column_div.first.avia-builder-el-5.el_after_av_section.el_before_av_one_half.avia-builder-el-first.home2 {
    border-top: 11px solid #000;
    }
    Am I using the wrong approach? in private content you can see the page with the column “TOP STORY”
    thanks with best regards
    Stanko

    #1277910

    Hey Stanko,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-4215 #av_section_1 {
        border-top: 10px solid #000;
        padding-top: 20px;
    }

    Best regards,
    Rikard

    #1277921

    Dear Rikard
    thanks for your fast reply – unfortunatly this code isn`t working :-(
    any other idea?

    with best regards
    stanko

    #1278118

    Hi KulturDesign,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-4215 #after_section_1 #kds-column-border,
    .page-id-4215 #after_section_1 .avia-builder-el-16 {
        border-top: 10px solid #000 !important;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1278162

    dear Viktoria
    great job – thank you so much – you´re the best
    we can close this topic
    best regards
    Stanko

    #1278163

    Hi KulturDesign,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘custom border-top for column 1/3’ is closed to new replies.