• hellanback

    (@hellanback)


    Hello and thanks for the cool plugin. My question is, how can I reduce the transparency of the background image. I use a quite bright image, it is hardly visible.

Viewing 1 replies (of 1 total)
  • Hi Hellanback

    Transparency is managed by css in the /wp-content/plugins/wp-advent/css/WP_Advent_Plugin.css (at the botton of the file)

    The line looks like
    #wp-advent-calendar li span { background: rgba(255, 255, 255, 0.9); }

    If you want no transparency and stay with a white curtain, change to
    #wp-advent-calendar li span { background: rgba(255, 255, 255, 1); }

    Myself , I put a lightsalmon curtain
    #wp-advent-calendar li span { background: lightsalmon; }

    You can put the css value you want…
    JP

Viewing 1 replies (of 1 total)
  • The topic ‘How to reduce transparency of the backgorund image’ is closed to new replies.