Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #151277
    iPunkt
    Participant

    I’m using NepalBuzzPro and I would like to habe my content over the background-picture. Therefore everything (Content-Background, Area for the content and the widget-area) should be transparent.
    I couldn’t find a way to do this, is it possible?

    #151314
    Skandha
    Participant

    @ipunkt: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #151330
    iPunkt
    Participant

    Thank you for your answer, here ist the URL:

    http://www.goldschmiede-gufler.it/test/de/startseite/

    Kind regards
    Ernst

    #151397
    Skandha
    Participant

    @ipunkt: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-content-contain {
    	background-image:url("https://www.w3schools.com/css/img_lights.jpg");
    	background-repeat:no-repeat;
    	background-size:cover;
    	background-position:center;
    }
    .site-content .wrapper {
    	background:none !important;
    }
    
    .widget-area .widget {
    	background:rgba(255,255,255,0.4) !important;
    }
    .site-main .hentry, .widget {
    	background:rgba(255,255,255,0.4) !important;	
    }

    Replace the url in background-image with your image URL.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #151526
    iPunkt
    Participant

    Dear Skandha,

    works perfect, thank you

    Kind Regards
    Ernst

    #151530
    Skandha
    Participant

    @ipunkt: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/nepalbuzz/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change the Background colour (or make it transparent) NepalBuzzPro’ is closed to new replies.