I am trying to make it so certain layout elements have an orange border on the right side and on the bottom. I would also like these sections to have a white background.
Hey alex5252!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your Text Block elements a custom CSS class (i.e.: custom-textblock ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock.custom-textblock {
padding: 10px;
background-color: white;
border: 4px solid orange;
border-top: none;
border-left: none;
}
Best regards,
Yigit
Thank you for the speedy reply. That worked perfect! What do I need to do to get the orange border to match the orange that is in the navigation menu?
Hey!
Please find “orange” in the code i posted and change it to “#f05a1a”
Best regards,
Yigit
Perfect! I have another questions. When I hit the “enter” key to leave a line space within the text editor it disappears after I update the page. Is there a way to make it keep the extra spaces? I tried adding to the “text” editor, but it automativally removes them when saved.
Another question – on that same site http://www.marckdesign.net/inovation there are black boxes on all 3 corners – why is the background not extending across to all corners?