• Resolved jimmycoopernyc

    (@jimmycoopernyc)


    Hi,

    I’d like to change the thickness and the color of the white line beneath the menu above the header and then change the color of the line beneath the header. I’m pretty sure it’s in the style.css, but don’t want to mess anything up. Theme is Coraline. Thanks in advance.

    https://www.starletsheet.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Chnage…

    #branding img {
        border-color: #FFFFFF;
    }
    
    #branding img {
        border-color: #000000;
        border-style: solid;
        border-width: 3px 0 1px;
        height: auto;
        max-width: 100%;
        width: auto;
    }

    Let’s say you want a blue border for some reason width 1px at the top and bottom…

    #branding img {}
    
    #branding img {
        border-color: blue;
        border-style: solid;
        border-width: 1px 0 1px;
        height: auto;
        max-width: 100%;
        width: auto;
    }
    Thread Starter jimmycoopernyc

    (@jimmycoopernyc)

    Thank You! Have a Happy New Year!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NSFW!!!!!!!! – Changing the Color/Thickness of Padding on Header’ is closed to new replies.