Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #396959

    Hello guys!

    I’d like an orange line [solid 3px #F05A1A] at the bottom of a section.

    Kind regards,
    Me.llamo

    #397119

    Hey Me.llamo!

    Add a codeblock element to your page and add this inside.

    <style type = "text/css">
    #av_section_1 {
      border-bottom: 3px solid orange !important;
    }
    </style>

    Best regards,
    Elliott

    #397162

    Hey Elliott,

    Just to be sure, what do you mean exactly by adding a codeblock element to the page?
    Is it to paste this specific code in the custom.css?

    I did (in separate plugin Simple Custom CSS), but it shows no orange line.

    Greetings,
    Me.llamo

    #397163
    This reply has been marked as private.
    #397394

    Hi!

    Please change the code to following to apply the changes only on certain page

    .page-id-362 #av_section_1 {
      border-bottom: 3px solid orange !important;
    }

    You can also edit your Color Section element and give it unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    and use the code as following

    #your-custom-id {
      border-bottom: 3px solid orange !important;
    }

    Regards,
    Yigit

    #397398

    Hi!

    Thank you for coming back.

    To have the line only on the front page try to use:

    
    .page-id-362 #av_section_1 {
        border-bottom: 3px solid orange !important;
    }
    

    Cheers!
    Günter

    #397702
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Orange solid line at the bottom of a section’ is closed to new replies.