Tagged: background image, Promotion Headline
- This topic has 7 replies, 2 voices, and was last updated 5 years ago by
Skandha.
-
AuthorPosts
-
November 28, 2018 at 3:23 am #160308
Tilmann
ParticipantHi!
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
November 28, 2018 at 3:42 am #160309Skandha
Participant@tklosa: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaNovember 28, 2018 at 4:09 am #160313Tilmann
ParticipantNovember 28, 2018 at 4:44 am #160319Skandha
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,
SkandhaNovember 28, 2018 at 4:53 am #160320Tilmann
ParticipantPerfect, 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
November 28, 2018 at 4:55 am #160321Skandha
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,
SkandhaNovember 28, 2018 at 5:05 am #160322Tilmann
ParticipantYou are the Best!
Thank you very much!
November 28, 2018 at 5:07 am #160323Skandha
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 -
AuthorPosts
- The topic ‘Making an article/promotion-headline transparent’ is closed to new replies.