• Resolved katetoon

    (@katetoon)


    Hi

    My website is https://www.katetoon.com
    Recently i was helped by a nice man on Word press support to make my side bar widget ready. But the problem is that my widgets don’t look the same as my other side bar content.

    I’d like the widget titles to be orange and serif font like the others.
    Is it possible to control WP widgets via the general site CSS?

    Thanks
    Kate

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not a hundred percent on this, but try this and see if it gives you a push in the right direction… Geez… I hope I’m not steering you in the wrong direction. Maybe someone with a sharper eye can provide a shortcut…

    starting on line 185 in the style sheet.

    #sidebar {
    float: right;
    line-height: 1.2em;
    margin: 0;
    padding: 0 10px;
    width: 220px;
    }

    …add this

    #sidebar h2 {
    font-family:Georgia,”Times New Roman”,Times,serif;
    color:#FF7F00;
    }

    Thread Starter katetoon

    (@katetoon)

    you’re a genius thanks very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help needed wtih CSS to control widgets’ is closed to new replies.