Hello guys!
I’d like an orange line [solid 3px #F05A1A] at the bottom of a section.
Kind regards,
Me.llamo
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
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
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
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