background of the boxes in blog page

Home Forums All Other Themes background of the boxes in blog page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #98404
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    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

    #98456
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Custom CSS and paste below code there:

    .lay4 .hentry{background-color: rgba(255,255,255,0.4);}

    Regards,
    Shri

    #98466
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank 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

    #98522
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #98535
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank 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?

    #98541
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #98547
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank you. Only the text in search box is still to change: https://imgur.com/daatW70

    #98553
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    #sidebar #searchform #s { color:#fff;}

    Regards,
    Dave

    #98573
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank you this works very well.

    #98575
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.