Home › Forums › All Other Themes › background of the boxes in blog page
- This topic has 9 replies, 3 voices, and was last updated 5 years, 5 months ago by
Forum Moderator.
-
AuthorPosts
-
April 4, 2018 at 1:23 pm #98404
Hi,
Site page: http://www.bodystressrelease.fr/wp/articles/
Can the boxes be transparent instead of white? If this is not possible then I like to set them on the background color – but I prefer transparent.
This is screenshot: https://imgur.com/EHrqnI7
Thank you, Wilfried
April 5, 2018 at 11:30 am #98456Hi,
Kindly go to Appearance >> Customize >> Basic >> Custom CSS and paste below code there:
.lay4 .hentry{background-color: rgba(255,255,255,0.4);}
Regards,
ShriApril 5, 2018 at 11:59 am #98466Thank you. Exacly what I want and I can regulate color and opacity good!
Can you also give me the code for the 3 other boxes in the sidebar: https://imgur.com/l7cuKzd
April 6, 2018 at 9:25 am #98522Hi,
Kindly go to Appearance >> Customize >> Basic >> Custom CSS and paste below code there:
#sidebar .widget { background: rgba(255,255,255,0.3);} #sidebar .widget .widget-title { color:#fff;}
Regards,
DaveApril 6, 2018 at 10:07 am #98535Thank you. I did some changes, it is oke.
But now the color of this 5 texts are not good: https://imgur.com/gprDGPL
How can I change these colors?
April 6, 2018 at 10:18 am #98541Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.lay4 .single_metainfo, .single_metainfo a { color:#fff !important;} #sidebar .widget li a, #sidebar .widget a { color:#fff;} .blog_mo a { color: #fff;}
Regards,
DaveApril 6, 2018 at 10:42 am #98547Thank you. Only the text in search box is still to change: https://imgur.com/daatW70
April 6, 2018 at 11:11 am #98553Hi,
#sidebar #searchform #s { color:#fff;}
Regards,
DaveApril 6, 2018 at 11:21 am #98573Thank you this works very well.
April 6, 2018 at 11:24 am #98575🙂
-
AuthorPosts
- You must be logged in to reply to this topic.