Skip Navigation

[Gelöst] Toolset Button Class

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

Override the Toolset button block default background color with custom CSS codes.

Solution:

Here is an example code:

https://toolset.com/forums/topic/toolset-button-class/#post-2059291

Relevant Documentation:

https://www.w3schools.com/css/css_important.asp

This support ticket is created vor 3 Jahren, 6 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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)

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

Zuletzt aktualisiert von martinB-16 vor 3 Jahren, 6 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#2059027

Hi,

which class determines the background color of a button?

if I set the background-color property of the classes

tb-button
tb-button__link
tb-button__content

change, this does not have the desired effect

#2059291

Hello,

I assume you are going to override the Toolset button block default background color with custom CSS codes, please try these:

.tb-button .tb-button__link {
    background-color: yellow !important;
}

More help:
versteckter Link

#2060575

My issue is resolved now. Thank you!