New Landing How can we help? Themeforest Theme Support Dante Header Background – replace with a pic

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #142437
    PeRXeRs
    Member
    Post count: 4

    Hi,

    I have a very simple question and I am sorry, if it was already answered before.

    I want to simply change the background image of the header.

    Something from this:

    View post on imgur.com


    To this:

    View post on imgur.com


    Cheers!

    #142448
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    #header-section.header-6 #header {
      background: (yourimageurl);
    }

    – Kyle

    #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;
    }
    #142471
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    To Theme Options > Custom CSS?

    – Kyle

    #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

    #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")}
    #142492
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great ๐Ÿ™‚ No problem

    #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>
    #142582
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    .header-shadow #header-section:before {
      box-shadow: none;
    }
    .header-shadow #header-section {
      box-shadow: none;
    }

    – Kyle

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register