• Resolved robertsgold

    (@robertsgold)


    Trying to keep it simple…

    Using evolve lite 3.5 theme, and bullets in ul lists in page content are a barely visible gray. For that matter, so is post date and author name. I’ve been through all of the evolve options, and can’t seem to find where this is controlled. I am a css idiot, and wondering if someone can give me the easy answer how to make the bullet color the same as the text (black), as well as the author name and post date.

    Thanks in advance to anyone who can help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    Post your website URL. I need to see your bullets in order to provide solution.

    Thank you

    Thread Starter robertsgold

    (@robertsgold)

    Denzel:

    Thanks for your quick reply. The site is http://new.shalkw.org/.

    Note the bullets on the home page text are nearly invisible. They’re also greater than signs, and it would be great if they were just simple bullets.

    Hi,

    Please use the following in Theme Options -> Custom CSS

    ul, ul ul, ul ul ul {
        list-style-image: none !important;
        list-style-type: square !important;
    }

    Thank you

    Thread Starter robertsgold

    (@robertsgold)

    Perfect! Many thanks.

    Can you also point me to how to change the color for the post byline (name and author)?

    Hi,

    Use the following.

    .author.vcard {
        color: #000 !important;
    }
    .url {
        color: #000 !important;
    }

    Thank you

    Thread Starter robertsgold

    (@robertsgold)

    Thanks, again. You’re a champ!

    Thread Starter robertsgold

    (@robertsgold)

    Hey Denzel, I am sorry I am so stupid, but one last request (I hope). The published date right before the author’s name is still in the nearly invisible gray. I thought I could figure it out, and have tried modifying the .published css tag, but I still don’t get it.

    So, please, CSS to make the publication date black also?

    Thanks.

    Thread Starter robertsgold

    (@robertsgold)

    I think I got it:

    .published
    {
    color: #000 !important;
    }
    .url {
    color: #000 !important;

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Bullet color’ is closed to new replies.