Skip Navigation

[Resolved] Bootstrap Toolset -> Settings coming from theme-Toolset CSS still getting added

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

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 5 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#1295305

I am trying to:
Not have Toolset CSS load at all
This is in response to - https://toolset.com/forums/topic/ability-to-disable-layouts-css-not-needed-and-conflicts-with-theme-css/#post-1295299

Link to a page where the issue can be seen:

I expected to see:
No toolset CSS at all - only CSS loaded by Theme

Instead, I got:
hidden link

Local dev - can't see my site

#1295421

Hello,

There isn't such a built-in feature to disable the "ddl-front-end.css" of Layouts plugin, and we have a plan to upgrade Layouts plugin to Bootstrap version 4.

Currently, you might consider use custom CSS codes to override CSS style from ddl-front-end.css file, for example:

.my-css-name {
display: none !important;
}

More help:
hidden link