Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #160308
    Tilmann
    Participant

    Hi!

    I would like to make my article-page transparent, so that the background image is full visible.

    If it is possible, i also would like to have the promotion-headline transparent.

    Iam very grateful for each hint, and thanks in advance!

    t

    #160309
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    #160313
    Tilmann
    Participant
    #160319
    Skandha
    Participant

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

    #post-18 {
    	background-color:rgba(255,255,255,0) !important;
    }
    #homepage-message {
    	background-image:none;
    	background-color:rgba(255,255,255,0);
    }

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

    #160320
    Tilmann
    Participant

    Perfect, thanks!

    Can i skale it, so that it applies every page/post, or do i have to do this for every page/post?

    How can i do this with the header?

    Again, thank you in advance !

    t

    #160321
    Skandha
    Participant

    @tklosa: Replace the above code with the following CSS Code.

    #content article, #content .page-header, #comments, #content .author-info {
    	background-color:rgba(255,255,255,0) !important;
    }
    #homepage-message {
    	background-image:none;
    	background-color:rgba(255,255,255,0);
    }

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

    #160322
    Tilmann
    Participant

    You are the Best!

    Thank you very much!

    #160323
    Skandha
    Participant

    @tklosa: 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/adventurous/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 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Making an article/promotion-headline transparent’ is closed to new replies.