Change Text Color Textfarbe ändern - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Change Text Color Textfarbe ändern

MW

Matthias Wulff

SP Page Builder 3 weeks ago

Hello everyone,

I'm having trouble changing the font color in the Text Block window in PB. The size works, but the color doesn't.

Strangely, this works when I use a headline text. I'm using a template created by TEMPLATETOASTER for the templates. Could this be something to do with the template, or what could be causing it?

Thank you very much for your help

Hallo zusammen,

ich habe das Problem das ich im PB, im Fenster TEXT BLOCK, die Schriftfarbe nicht ändern kann. Die Größe funktionier, aber die Farbe nicht.

Komischerweise funktioniert das, wenn ich einen Headline Text einsetze. ich nutze für die Templates ein erstelltes template des TEMPLATETOASTER. Liegt das eventuell an dem Template, oder was könnte das sein?

Besten Dank für Eure Hilfe

0
5 Answers
MW
Matthias Wulff
Accepted Answer
3 weeks ago #205285

Hello Paul,

Thank you so much for your amazing help. It worked wonderfully. The support here is absolutely amazing. Great.

Thank you and have a nice rest of the week;)

..................................

Hallo Paul,

besten Dank für Deine Super Hilfe. Hat wunderbar funktioniert. Der Support hier ist der absolute Wahnsinn. Super.

Vielen Dank und eine schöne Restwoche;)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #204974

HI Mattias,

maybe it's a Joomla cache or template styles force the black color.

Try to set white color in Style tab.

2025-09-27_114747.gif

And remember to disable Production mode (in SPPB Options) first.


If above tip will not help, share direct link to that subpage I will check it using Code Inspector (firefox tool)

0
MW
Matthias Wulff
Accepted Answer
3 weeks ago #205251

Hello Paul, Unfortunately, I can't get it to work. Production mode is turned off, but I can't change the text color. It works perfectly for H headings. Here's the link to the page... It's about the green box with the black writing under the video...

https://lennehosting.de/meyer-holz.de/index.php

Thank you very much for your support. Best regards, Matthia


Hallo Paul, leider bekomme ich das so nicht hin. Der Produktionsmodus ist ausgeschaltet. jedoch bekomme ich die Textfarbe nicht geändert. Bei H Überschriften funktioniert das einwandfrei. Hier der Link zu der Seite... Es geht um den grünen Kasten mit der schwarzen Schrift unter dem Video...

https://lennehosting.de/meyer-holz.de/index.php

Herzlichen Dank für Deine Unterstützung. Beste Grüße Matthias

0
DW
dynamic-duo webdesign/-publishing
Accepted Answer
3 weeks ago #205256

Hi Matthias, Diese Textfarbe wird von einem anderen CSS überschrieben, gehe in das template.css, da ist die schwarze Textfarbe. ODER gehe im Template alle Einstellungen durch (nicht im SP, im aktivierten Template)

Liebe Grüsse aus der Schweiz, Bea

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #205283

Indeed, that black color is from Template styles.

But you can override that using Custom CSS:

#sppb-addon-rD9b99sSDw1MfLnM8mT9Y .sppb-addon-content p {color: white;}

Go to Page Settings > Page CSS > Custom CSS area, and copy&paste above code.

0