Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #123735
    Ulrich
    Participant

    Hi there,

    Do you know of a way to have bullet points like in an unordered list in front of each entry of the “latest posts” widget? Such a display would make the entries more distinct.

    http://www.stiftung-meeresschutz.org/

    Regards
    Ulrich

    #123763
    Mahesh
    Keymaster

    @dsm: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .widget ul {
        list-style: outside none disc;
    }

    Regards,
    Mahesh

    #123803
    Ulrich
    Participant

    @Mahesh: Thanks for your quick reply. Looks like this doesn’t work or I wasn’t clear about what I want…

    Please take a look at the NEWS-Box on the right here: http://www.stiftung-meeresschutz.org/

    With the entries there I would like to have a bullet point or some kind of mark that gives an optical separation especially if the text covers two lines.

    Hope this makes it somewhat clearer…
    Regards
    Ulrich

    #123877
    Mahesh
    Keymaster

    @dsm: Please add the following CSS:

    .widget ul {
        list-style: disc;
    }

    Regards,
    Mahesh

    #123889
    Ulrich
    Participant

    @Mahesh: Great, that’s it!!! Thanks for your super support:)!

    have a nice day
    Regards
    Ulrich

    #123978
    Mahesh
    Keymaster

    @dsm: I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/adventurous/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Mahesh

    #124018
    Ulrich
    Participant

    @Mahesh: Just followed the link and gave a review, hope that’s what you meant…, stil trying to figure it all out with wp.org and all…

    Regards
    Ulrich

    #124041
    Mahesh
    Keymaster

    @dsm: Thank you very much for your time for providing us a valuable review and a 5 star rating. We’ll be glad to help you at any time. Have a nice day!

    Regards,
    Mahesh

    #127848
    knepulski
    Participant

    Hello,

    is it possible to change the color of bullet points?

    André

    #127849
    Mahesh
    Keymaster

    @knepulski: Please post in your site url.

    Regards,
    Mahesh

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Bullet points for featured posts widget?’ is closed to new replies.