Navigation überspringen

[Gelöst] Typograohy in view not applied randomly

This support ticket is created vor 3 years, 2 months. 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.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zeitzone des Unterstützers: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von il-camelopardo-sasV vor 3 years, 2 months.

Assistiert von: Minesh.

Author
Artikel
#2407683
Edit-Post-‹-Indeva-Group-—-WordPress.png

I am trying to: apply a font size to some dynamic text present in a View. The font size sometimes is shown in the frontent, and sometimes is ignored. It seems a cache issue, but I have disabled both Wp and hosting cache.
I disabled "Cache View", too.

Link to a page where the issue can be seen: versteckter Link

I expected to see: 16px font size

Instead, I got: 18px font size, that is the default size of the text.

Please note that sometimes I see the right font size, but if I reload the page it reverts to 18px.

#2407739

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

When I load the page at this end in Chrome browser, I always see the default font size is applied.

What if you try to add the following CSS code to your view's CSS box:

.js-wpv-view-layout-126118 .wpv-loop .tb-field {
font-size:16px !important!
}

More info:
- https://toolset.com/course-lesson/adding-custom-css-to-templates-archives-and-views/#steps-for-adding-css-to-a-view

It seems the above custom CSS code should fix the issue for you.

#2407763

My issue is resolved now. Thank you!