Chaning Border Thickness on Hipster theme

This topic has 2 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Olga Barlow

  • Avatar: intensedesigns
    intensedesigns
    Participant
    December 20, 2016 at 03:55

    Hi there, just wanted to know the css to change the border thickness around the whole hipster theme website as I would like it to be thicker in size.

    Thank you.

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 20, 2016 at 14:07

    Hello,

    Add the following code in custom CSS or child theme style.css

    @media (min-width: 1200px){
    body.bordered {
        border: 40px solid #f5f5f5;
        border-top: 20px solid #f5f5f5;
    }
    body.bordered .body-border-bottom,
    body.bordered .body-border-top {
        height: 40px;
    } 
    body.bordered .body-border-left,
    body.bordered .body-border-right {
        width: 40px;
    } 
    body.bordered .fixed-header {
        padding: 0 40px;
        top: 40px;
    }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.