Post Title Color

  • sceptre8

    #8629

    I’m sure this has been answered elsewhere but I can’t find it. I would like to change the Post title color and also the color of the bullet points? Not sure if the same setting controls both.

    Please help

    Peter

    Anonymous

    #41665
    Quote:
    ..I would like to change the Post title color..

    Graphene Options –> Colours –> Content Text –> Title text.

    Quote:
    ..and also the color of the bullet points?

    Add this to Custom CSS,

    .entry-content ul li {
    list-style-image: url("http://path-to-bullet/image.png");
    }

    Enter the correct bullet image path in url().

    Aurora

    #41666

    Hi,

    I have a similar question. How can I personalise the bullet for a particular list ? Can I put the ID of the list, for example, and change the URL just for this list, please ?

    Thank you

    Mod

    Kenneth John Odle

    #41667
    Quote:
    Can I put the ID of the list, for example, and change the URL just for this list, please ?

    Yes, that will work. WordPress assigns a unique ID to everything, which makes this easy to do.

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

  • You must be logged in to reply to this topic.