ポートフォリオ オブジェクトの選択ボタン 
Autore: Kiyokazu K.
Visite 83,
Followers 1,
Condiviso 0
ポートフォリオ オブジェクトの選択ボタンの大きさ、文字色を変更
したのですが?添付画像の[Full]部分です。
Postato il
Hello Kiyozaku,
apologies but I could not understand the situation, have you had an issue with the Portfolio object with the changes you made?
I remain available.
Online translation:
こんにちは、Kiyozaku さん。
申し訳ありませんが、状況を正確に理解できませんでした。
変更を加えた際に、ポートフォリオオブジェクトで問題が発生したということでしょうか?
ご不明な点がありましたら、いつでもご連絡ください。
Erix, acho que ele publicou pra mostrar o que fez e não pra falar sobre alguma dificuldade...
Autore
ポートフォリオ オブジェクトのボタン1を[Full]に設定し(画像P1)、
リンク1設定[ShowBoxギャラリー]で、前に送付の(無題1)画像の様に
動作するようになりました。
ボタン1で設定した[Full]文字の大きさ、文字色を変更したいのですが
可能でしょうか? (画像P1)の[Full]文字です。
If you want all buttons to have a different, identical text and background color.
Optionally, you can also adjust the font size and weight.
----- Before -----
----- After -----
Small instructions:
1. Select the Portfolio object in the grid and click Code at the top.
2. Now insert this CSS code into the empty second line and adjust the colors as desired.
----- CSS code -----
.portfolio__card__overlay__content > div.portfolio__card__overlay__button {
background-color: lightblue !important;
color: brown;
font-weight: bold;
font-size: 24px;
}
----- Screenshot -----
Autore
有難うございました。文字サイズを大きく出来ました。この問題は解決しました。