Skip Navigation

[Resolved] trying to apply css to a layout

This support ticket is created 6 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 3 replies, has 2 voices.

Last updated by edr-2 6 years, 4 months ago.

Author
Posts
#1130839
css-trying-capitalize.jpg

I am trying to: apply css ( add a span value to text-transform:capitalize; a certain value

Link to a page where the issue can be seen: hidden link

I expected to see: where it says "Probate Attorneys in Coffee"

Instead, I got: where it says "Probate Attorneys in coffee"

#1131073

I do not see the CSS added in your ScreenShot.

You need to add it to the CSS editor.
For example:

h1 {
  text-transform:capitalize;
}

This works just fine on my local test.

#1131148
css-trying-capitalize.jpg

i tried that originally, also tried other things.
here it is with your idea, but the output is the same.
i tried inline, using spans, styling the span inline, i also
tried giving the span a class, and adding the css in the css area .
i also tried adding the style html to the css.
i believe the issue is the output is raw but i do not know what or where to change that...

#1131248

My issue is resolved now. Thank you!