Change the color of the body border

Home Forums Iconic One Pro Support Change the color of the body border

This topic contains 2 replies, has 2 voices, and was last updated by  WidiN 4 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5804

    WidiN
    Participant

    Hi, I want to change the color of the body border into pastel orange. Any idea how to do it? Thanks …

    #5805

    Hi,

    Try the following:

    
    .wrapper {
        border: 1px solid #ffb347;
    }
    .site-content {
        border-right: 1px solid #ffb347;
    }
    .site-header {
        border-left: 1px solid #ffb347;
        border-right: 1px solid #ffb347;
        border-top: 1px solid #ffb347;
    }
    #5806

    WidiN
    Participant

    Thanks. It works.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.