• Resolved mustainsani

    (@mustainsani)


    Hi,

    I’m currently using Apostrophe theme for my site but i can’t change the post title color(grey). I wanna change it to black or any other color. Please give me a solution.

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello,
    Can you please post a link to your site where I can see the title so I can try to help with some CSS code?

    Thread Starter mustainsani

    (@mustainsani)

    Hi Poonam,

    Thanks for your reply. Actually my site is not online yet. I’m currently using wordpress from localhost(xampp).

    But i’m giving you my wordpress.com site link, where actually same thing happens:

    https://health4lifeblogpost.wordpress.com/2017/03/30/8-gameday-nutrition-tips-for-young-athletes/

    Thanks

    Add the following custom CSS to customize-> Additional CSS

    h1.entry-title {
        color: #000;
    }

    Let us know if you need help with anything else!

    Thread Starter mustainsani

    (@mustainsani)

    Ohh, thanks you so much. Could you please give me some other color code? And is it possible to bold the title?

    Thanks

    h1.entry-title {
        color: #000;
    font-weight: 600;
    }
    Thread Starter mustainsani

    (@mustainsani)

    Thanks a lot Poonam. Bye

    Glad I could help. Please mark the thread as resolved.

    Thread Starter mustainsani

    (@mustainsani)

    Okk & Thanks again.

    Just for fun, if you ever need more color codes you can find them on sites like this one: https://htmlcolorcodes.com/ ??

    Hii
    Poonam I also need help in customizing my wordpress theme
    I just dont know what to do it is black & white

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to change the post title color?’ is closed to new replies.