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

    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.

    #362427

    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

    #362436

    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?

    #362438

    Hey!

    Please find “orange” in the code i posted and change it to “#f05a1a”

    Best regards,
    Yigit

    #362473

    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.

    #362543

    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?

    #363050

    Hi!

    Can you please post a screenshot of the issue? You can upload your screenshots on imgur.com or Dropbox public folder

    Regards,
    Yigit

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