Skip Navigation

[Resolved] Typograohy in view not applied randomly

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

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 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by il-camelopardo-sasV 2 years, 5 months ago.

Assisted by: Minesh.

Author
Posts
#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: hidden 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
Supporter

Languages: English (English )

Timezone: 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!