Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • in reply to: Header Background – replace with a pic #142502
    PeRXeRs
    Member
    Post count: 4

    Sorry, but just a last question 😀

    There is a 1 px border on the bottom side of the header whic hI need to remove. I changed the style.css (strong part) to 0 with no effect, any tipps? 🙂

    #header-section.header-6 #header {
    	padding: 15px 0 0;
    	-webkit-animation-fill-mode: both;
    	-moz-animation-fill-mode: both;
    	-o-animation-fill-mode: both;
    	animation-fill-mode: both;
    	transition: padding 0.5s ease-in-out;
    	-moz-transition: padding 0.5s ease-in-out;
    	-webkit-transition: padding 0.5s ease-in-out;
    	-o-transition: padding 0.5s ease-in-out;
    }
    #top-header {
    	<strong>border-bottom: 0px solid #e4e4e4;</strong>
    in reply to: Header Background – replace with a pic #142489
    PeRXeRs
    Member
    Post count: 4

    I tried it with this Code and it finally worked – thank you very much 🙂

    #header-section.header-6 #header {
    background-image: url("http://prestige-galabau.de/wp-content/uploads/2015/01/header-Hintergrund.png")}
    in reply to: Header Background – replace with a pic #142474
    PeRXeRs
    Member
    Post count: 4

    Thanks again Syr!

    First i insert it in the style.css editor. Now I removed it there and inserted it to Theme Options > Custom CSS. Still no effect after several refreshing.

    View post on imgur.com

    in reply to: Header Background – replace with a pic #142464
    PeRXeRs
    Member
    Post count: 4

    Hi Kyle Sir and thank you very much for your answer.

    I have added this lines, but without any effect:

    #header-section.header-6 #header {
    	background: (http://www.prestige-galabau.de/wp-content/uploads/2015/01/header-Hintergrund.png);
    	padding: 15px 0 0;
    	-webkit-animation-fill-mode: both;
    	-moz-animation-fill-mode: both;
    	-o-animation-fill-mode: both;
    	animation-fill-mode: both;
    	transition: padding 0.5s ease-in-out;
    	-moz-transition: padding 0.5s ease-in-out;
    	-webkit-transition: padding 0.5s ease-in-out;
    	-o-transition: padding 0.5s ease-in-out;
    }
Viewing 4 posts - 1 through 4 (of 4 total)