Viewing 1 replies (of 1 total)
  • Hey there kellyjeanine,

    How are you today?

    Thanks for the link, this is actually defined in the CSS and different values are added on different parts of widget title.

    You should be able to override that and apply the same value to all of those parts with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .widget-title, .widget-title em, .widget-title span {
        text-transform: none;
    }

    adding none will remove all text transformation and will display the text as you write it. There are different values you can use depending on what you want to display, you’ll find them here https://www.w3schools.com/cssref/pr_text_text-transform.asp.

    If the code doesn’t work please keep it added and let me know so I can take a look ??

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Widget Text’ is closed to new replies.