Template Macro: Capitalised Headings In Slideshow (Full Width) - Question | JoomShaper

Template Macro: Capitalised Headings In Slideshow (Full Width)

MF

Matthias Funk

Template 1 year ago

Hello, the headings in the slideshow (full width) of the Marco template all begin with a capital letter. This looks a bit strange for a German headline. Where in which CSS file can I delete the formatting text-transform: capitalize so that “normal” headings are displayed? Regards Matthias

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #169342

Hi there!

Thanks for reaching out.

You can use the following code in your custom CSS to get a lowercase text there:

.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-fullwidth-item-text{
     text-transform: lowercase !important;
}

Here is all about custom code placement in Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Hope this helps!

Best Regards

0
MF
Matthias Funk
Accepted Answer
1 year ago #169347

Thanks for the hint.

Not quite what I wanted, as everything is now displayed in lower case letters. Somewhere in the template text-transform: capitalize; is defined for the sideshow titles. I would like to remove this so that the title is displayed with upper and lower case letters = Entwickle deine Ideen

0
MF
Matthias Funk
Accepted Answer
1 year ago #169350

sorry, it must of course be text-tranform: none. works as desired.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #169572

Hi,

Glad that it worked:)

Have a nice day!

0
MF
Matthias Funk
Accepted Answer
1 year ago #169357

I have another question: The title animations do not work as in the preview of the template on Joomshaper despite the values entered. Even in the demo installation no title animations run in the sideshow (full width). Is there anything else that needs to be configured?

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #169574

It would be so kind of you if you post a new question about the new issue along with admin access. Please keep a full site backup before sharing the credentials.

We will check your issue there.

Best Regards

0