New Topic

Adding bullet points to 'recent posts' in sidebar

Home › Forum › Customization › Adding bullet points to 'recent posts' in sidebar

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 3 years, 12 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2200

    mcmanu51
    Participant

    I know how to code bullet points and I know that the ‘recent posts’ widget is located in the right sidebar, but I’m not exactly sure which .php to edit, as multiple are linked to sidebars (sidebar.php + about a dozen others).

    All I want to do is have the five recent posts to show up as bullet points as they are a little hard to read on my current site (http://www.SHUHoops.com)

    Thanks!

    #2201

    StartupWP
    Keymaster

    No need to hack the PHP files.

    Just use the following CSS:

    #sidebar .widget-container li {
      list-style: outside none disc;
      margin: 10px;
    }

    https://startupwp.com/topic/customizing-your-theme/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.