• Resolved mummyheartsyou

    (@mummyheartsyou)


    Good evening,

    I have encountered a few problems after the latest update. It seems to the wiped some CCS off and I now have some garish overly large fonts!

    *I would like to change the colour of “favourite posts” and “new on the blog” to #010C46

    *I would like to change the widget title fonts and colour {#010C46}

    *When I click into a blog post the title is black, I would like it a solid blue {#010C46}

    I am hoping to have some help with the CSS for the above! I have it all sorted but as I said its gone all funny!

    Thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sorry for this @mummyheartsyou.

    Shouldn’t have happened just because of an update. However, this should hopefully take care of it

    .frontpage-featured-posts .block-title {
        color: #010c46;
    }
    .blog-feed > h2 {
    	color: #010c46;
    }
    h3.widget-title {
    	color: #010c46;
    }
    h1.entry-title {
    	color: #010c46;
    }

    Please let me know if it works. Sorry for the inconvenience caused.

    Kind regards.

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Good Evening!

    Thank you so much, it all seems to have worked. I sent the wrong colour code so I changed that myself!

    Thanks for your help!

    You’re welcome, glad that it did.

    Could you please mark this thread as “Resolved”?

    Thank you for your time.

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

The topic ‘Few Problems’ is closed to new replies.