Support » Theme: Catch Box » Reduce the opacity of the header to allow background through

  • I added “opacity: 0.2;” to the Header code (see below), but it just result in gray showing through, rather than the background, as I hoped for. Is there a gray element below that I need to get rid of??

    the site is here: http://zemerchai.morethanfoursides.com

    /* =Header
    ----------------------------------------------- */
    
    #branding {
    	background-color: #ffffff;
    /*	opacity: 0.2; */
    	padding-bottom: 10px;
    	position: relative;
    	z-index: 21;
    	-moz-border-radius: 5px;
    	border-radius: 5px;
    }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Reduce the opacity of the header to allow background through’ is closed to new replies.