Viewing 4 replies - 1 through 4 (of 4 total)
  • These are all basic CSS changes — the best way to work with CSS is by learning some basics and using Firebug to help you:

    https://www.w3schools.com/css/

    https://www.getfirebug.com

    And yes, it takes time to learn anything new.

    That said, this CSS should get you going in the right direction on those specific changes:

    #primarysb ul li#custom-recent-posts-2 ul li {
       list-style: disc;
       margin-left:15px;
       padding-top: 10px
     }
    
    #primarysb ul li#custom-recent-posts-2 {
       border: solid red 2px;
    }

    Change specifics, like color, according to your preferences.

    Theme Author Doug Stewart

    (@zamoose)

    I love it when someone does the heavy lifting for me. *grin*

    Thanks, WPyogi!

    HA HA — sure thing :)…in the big picture it all evens out (more or less anyway)!

    Thread Starter dgiberson

    (@dgiberson)

    Thanks WPyogi, that did the trick… css is not my strong suit but i’m learning slowly. It’s mainly figuring out the correct ID’s which I need to use. Sometimes you just need it spelled out ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modify "Recent Post" widget in sidebar’ is closed to new replies.