• Resolved wheatln2

    (@wheatln2)


    Hi there,

    I’m working on a site and built the homepage with a plugin which uses widgets in “Homepage Sections” under the Codestag’s “Doctype” (not very SEO-friendly theme-name) theme. The Home Page is controlled by a blank page referencing a template which is then populated by those widgets.

    There were remove rogue bullet points on recent post lists on the homepage (e.g. the latest posts halfway down at hotairmedia.ie). In identifying these and changing the CSS I seem to also have removed bullet points in the actual blog posts. At the end here – https://hotairmedia.ie/?p=610 – you will see a post without visible bullets….

    Unfortunately (and believe me I know this is dumb) I don’t really know what changes I made which worked due to me messing up my Dreamweaver local/remote file configuration without noticing. I wondered about list-style: none; in the theme’s style.css but in using “display style information” i think that https://hotairmedia.ie/wp-content/themes/doctype/style.css?ver=1.0.11 may have been the issue

    /* Line 1893 */
    .entry-content li, .comment-content li
    {
      margin-bottom: 5px;
      list-style-type: none;
      list-style-image: none;
      list-style-position: outside;
    }

    Is there any simple way that I can just add in something at the end of this or in the theme’s css file that will bring back bullet points to blog post content only and not change anything on pages or the homepage?

    I’m a novice when it comes to building sites like this so apologies in advance for this mess up. Hopefully someone can help!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Get bullet points to show up only in post content’ is closed to new replies.