Changing Text Transform Of Tags In Finion - Question | JoomShaper

Changing Text Transform Of Tags In Finion

R

reklamewerkstatt

Template 2 years ago

Hi, I'm using the finion template and want to change the text-transform of the tags in blog- details.

I'have added this in the custom css but it doesn't work:

.view-article .finatic-blog-details .tags-wrapper .finatic-tags ul.tags li a { text-transform: uppercase !important; }

What else can I do?

Thanks!

0
7 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #33810

Yes, I got it now. Please use this CSS to Template Options -> Custom Code -> Custom CSS

.view-article .finatic-blog-details .tags-wrapper .finatic-tags ul.tags li a{
    text-transform: capitalize !important;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #34034

You are welcome. I have a humble request. It would be very kind of you if you can manage some moment to give us feedback on Joomla Extension Directory

0
R
reklamewerkstatt
Accepted Answer
2 years ago #33895

Hi Ofi,

thanks, that worked!

0
R
reklamewerkstatt
Accepted Answer
2 years ago #33713

Hi Ofi, I don't want so delete the Title.
I think you don't understand what I mean.

I want that all the tags start in upper case Like "konferenzen" I want to have like this: "Konferenzen" !!

Thanks!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #33620

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.tags-wrapper .tags-title {
    display: none !important;
}
0
R
reklamewerkstatt
Accepted Answer
2 years ago #33407

![(https://prnt.sc/1rp9bpx)]

Tags: konferenzen meetings sprache I would like to have like this: Konferenzen Meetings Sprache

Thanks!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #33380

Hello reklamewerkstatt

Please share a screenshot of your issue to understand it better. Also share the page link.

Best regards

0