Button In IMAGE Layouts - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Button In IMAGE Layouts

KL

Klaus Liedtke

SP Page Builder 1 year ago

Found new problem: In "Image Layouts" i choose the second layout. There is a defintion for the button. Tried everthing, but the button is not showing. Is that corect?

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #141478

You're welcome. Please mark as solved.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #141476

Hi Klaus.

Indeed that 2nd style doesn't support button.

If you really need that 2nd style with button, add button inside Caption text using HTML code:

<a href="/LINK" class="sppb-btn sppb-btn-default sppb-btn-rounded">Details</a>

Copy & Paste and Customize it.

info_1986_2023.jpg

0
KL
Klaus Liedtke
Accepted Answer
1 year ago #141477

thx.

0
KL
Klaus Liedtke
Accepted Answer
1 year ago #141504

Hi Paul,

And how to change the grey background-color and the font-color?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #141505

background-color - for example by using different class name, instead of "sppb-btn-default" you can use:

  • sppb-btn-secondary
  • sppb-btn-success
  • sppb-btn-danger
  • sppb-btn-warning
  • sppb-btn-info

font-color - custom css !!!

0
KL
Klaus Liedtke
Accepted Answer
1 year ago #141508

Thx, that works for the background of the button. But i want to change the background-color of the row. This is grey.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #141512

From addon settings

info_1987_2023.jpg

0