• Resolved jshonkwi

    (@jshonkwi)


    I’m using a png file for the header which is leaving a white line for the outline of the original rectangle. How can I get rid of the rectangle border?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Carolina Nymark

    (@poena)

    Hi, to remove the border, find this code in style.css

    header img{
    	border-radius:6px;
    	border:3px solid #e6e6e6;
    	position:relative;
    	z-index:7;
    }

    Remove the line starting with border:3px solid…
    You might also want to check the “remove shadows” option in the customizer.

    Theme Author Carolina Nymark

    (@poena)

    Marking this topic as resolved with the latest version of the theme,
    there is now a way to hide all borders.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘using PNG file in header’ is closed to new replies.