• iDoiStuff

    (@idoistuff)


    If you go to my website: https://idoistuff.com/ you will see in the sidebar it says “ADVERTISEMENT” “TAGS” “WHO’S ONLINE” well the background to that is a dark grey colour which is very square.. I was wondering how I change the look of that?

    I want it to be a nice image background. but a different image for each one “ADVERTISEMENT” “TAGS” “WHO’S ONLINE”

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    find in CSS This element:

    #sidebar h2 {

    Change this:

    background-color:#3F3F41;

    to whatever you like

    Thread Starter iDoiStuff

    (@idoistuff)

    ok so what do I change to this:

    #sidebar h2 { background: #3f3f41; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 14px; color: #f8f8f8; padding:5px; margin: 0; }

    to make the square/rectangle boxes have rounded corners?

    thanks!

    Moderator t-p

    (@t-p)

    Try google search for “rounded corners”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the look of these bars..’ is closed to new replies.