• I need some help forum community!

    I cannot change the background of the tags on the main page. When I post a new blog posting, a snipit of the post as well as a picture and a small description come up – if you look to the right hand corner of each, you’ll see gray blocks – if you hover over those gray blocks, you’ll discover my tag links – how can I change that background to either white or another color? I am unsure where that coding is….. Thanks!

    http://cest-la-mode.net/quirkysweet/

Viewing 1 replies (of 1 total)
  • Hi Kaalamichelle!

    I took a look at your site and it looks like the following CSS should allow you to change the background color where the tags are located:

    .byline-cat {
    background:#555555;
    }

    You can locate that selector in your CSS file or use a custom CSS editor such as the Simple Custom CSS plugin to change that. It looks like it is defaulted to “background:#111; background:rgba(0,0,0,.25)” in the stylesheet. Changing the CSS as shown above should allow you to get the color you’d prefer. The #555555 is just a generic gray color for reference.

    Try that out and let me know if it works for you.

    Cheers!
    Clint

Viewing 1 replies (of 1 total)
  • The topic ‘Oxygen Theme: Cannot Change BG of Tags’ is closed to new replies.