• hello,
    I am avery sorry to bother you as this is relatively easy css code but just can’t find it. I have just updated the virtue theme and stupidly forgot to copy all my css styling code. its now lost. however it doesn’t matter. but i now can’t seem to find the right code to change the widget titles in my right sidebar. I want the titles to be centred, have a black background with white font. Can some on please help?
    https://www.mugeturner.com

    thankyou

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey, your site is under construction so I can’t see it, but this code should be what you need:
    Use this for your titles:

    .sidebar h3 {
    text-align: center;
    color: #fff;
    }

    And this for the background:

    .sidebar {
    background: #000;
    color: #fff;
    }

    Hope this helps!
    Hannah

    hannah

    (@hannahritner)

    And this for the text:

    .sidebar a {
    color: #fff;
    }

    Thread Starter mugeturner

    (@mugeturner)

    Thanks, thanks and thanks. All worked. Yes, I keep forgetting that I have the maintence thing on. Still dont want people to see it, but then foregt that you guys might need to! Can you help me again? I have tried this to change the footer widget titles, but doesnt work:

    .footer h3 {
    text-align: center;
    background: #000;
    color: #fff;
    }

    Any ideas?

    hannah

    (@hannahritner)

    Hey, glad I can help!
    Try this:

    #containerfooter h3 {
    text-align: center;
    background: #000;
    color: #fff;
    }

    Hannah

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘changing widget title settings’ is closed to new replies.