New Landing How can we help? Themeforest Theme Support Neighborhood Need more Asset Background's

Viewing 6 posts - 1 through 6 (of 6 total)
  • #186677
    matzas
    Member
    Post count: 10

    is it possible to add another pattern for the header? I know there is 10 options but i need different pattern for every product. Maybe there is a file that need to be simple edit for that? Can You help me with that? Thank You for Your good job with theme! :)

    #186679
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In that case you will need to add a specific css to each product.
    You just need to change the product id that you can find in the body of the html in the front page, or you can see the product id in the url when you edit a product.
    You also need to provide the full url to the pattern image background.

    
    .postid-12462 .page-heading{
      background-image: url(http://neighborhood.swiftideas.net/wp-content/uploads/2013/06/ff_rp_bkg2.png);
      background-repeat: repeat;
    }

    Hope it helps.

    -Rui

    #243113
    Raquel Wilson
    Member
    Post count: 26

    I also wanted additional asset backgrounds. I used the CSS code below to try to achieve this but without success. Any suggestions?

    The page: http://www.s2syouthsummit.org/summit/past-summits/

    The CSS I am using:

    .postid-97 .page-heading {
    	background-image: url(http://www.s2syouthsummit.org/s2s/wp-content/uploads/2016/01/header-alt03-1.png);
    	background-repeat: no-repeat;
    	background-position: center center;
    	background-size: cover;
    }
    #243182
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .page-id-97 .page-heading {
    	background-image: url(http://www.s2syouthsummit.org/s2s/wp-content/uploads/2016/01/header-alt03-1.png) !important;
    	background-repeat: no-repeat !important;
    	background-position: center center !important;
    	background-size: cover !important;
    }

    Thanks
    Mohammad

    #243528
    Raquel Wilson
    Member
    Post count: 26

    Thank you Mohammed. That worked well!

    #243530
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Mohammad!

    – David.

Viewing 6 posts - 1 through 6 (of 6 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