• Resolved mummyheartsyou

    (@mummyheartsyou)


    Good evening,

    for some reason I have had a few changes on the blog, which I am unsure how its happened! Basically all the “widget titles”{including footer widgets}, Favourite posts and “new on the blog” headers have all converted to capital letters! I had them in lower case which I preferred. I am not sure how its changed over as I don’t remember changing it myself?

    Also, when I click into a blog post to read “Share this” and leave a reply is also in capitals. I would like it all in lowercase.

    Any help would be much appreciated!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello mummyheartsyou,

    Hope you are having a great day and thanks for contacting us!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    div.sharedaddy h3.sd-title, h3#reply-title, .sidebar-borders .widget-title span {
        text-transform: lowercase;
    }

    ​Try it and let me know how it worked.
    Kind regards,
    Diego

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thank you for getting back to me. I have added the code but it only changed half into lowercase? So Favourite Posts, New on The Blog, Half of the widget area {badges, newsletter sign up, latest videos} and footer are still on capitals?

    Many Thanks

    Hi again!

    Try adding this as well:

    .block-title span,
    .blog-feed > h2,
    .sidebar-no-borders .widget-title span  {
        text-transform: lowercase;
    }

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

    • This reply was modified 7 years, 11 months ago by corewpress.
    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    That wroked perfectly. How would I changed the footer widget title to lowercase? So sorry!!

    Thank you so much for all your help, its very much appreciated!

    Hi there,

    Please try this css:

    .footer .widget-title {
        text-transform: lowercase;
    }

    Kind regards

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

The topic ‘Title size changes’ is closed to new replies.