質問&ディスカッション

Quinn1
投稿者

テンプレートをカスタムするには

解決

質問させてください。

 

最初にテンプレートを選択してLPを作成したあと、細部のデザインを調整するためにCSSをカスタムすることは出来るのでしょうか?

 

また、それはどのような方法でカスタム出来るのでしょうか?

教えて下さい。よろしくお願いします。

0 いいね!
1件の承認済みベストアンサー
Anton
解決策
ソートリーダー | Solutions Partner
ソートリーダー | Solutions Partner

テンプレートをカスタムするには

解決

Hi @Quinn1

I don't speak japanese but in case my translation tool got it right:

You can customize the CSS of a landing page after the the creation. 

Note: If you're working with a theme from the marketplace or the @hubspot-folder you'll most likely create a child-theme via design-tools(or local dev) before being able to change things.


you have following options to edit the design:

  1. If you haven't set the theme settings, start here. You'll find them here: HubSpot settings(gear icon top right) -> website -> themes -> YOUR THEME
  2. Change CSS settings directly in the CSS file(s) which are located in your (child-)theme. If you can't modify them in the theme, you have to create a copy for the child-theme. To do so right-click on every file you'd like to change and select "clone to child theme".
  3. Add the CSS settings in the advanced options inside the page settings (not recommended since you'll need to add them in every page)
  4. Add them on template level. Either via the "require_css" or "require_head". By default those files/code-snippets should be added after the theme-override.css but check the base.html/layout.html of your theme.
  5. Add the file to the base.html/layout.html or main.css if the styling should be applied globally. 

 

hope this helps, 

 

best, 

Anton

Anton Bujanowski Signature

元の投稿で解決策を見る

3件の返信
marykashima
キーアドバイザー | Platinum Partner
キーアドバイザー | Platinum Partner

テンプレートをカスタムするには

解決

先ほど別スレで書きましたが

 

https://community.hubspot.com/t5/%E8%B3%AA%E5%95%8F-%E3%83%87%E3%82%A3%E3%82%B9%E3%82%AB%E3%83%83%E3...

 

が回答になります。

Antonが回答しているものとほぼ同等になります!

 

LPのリリーススケジュールと開発時間の融通さを天秤にかけ、最良な方法でcssを実装してください。

参考になれば幸いです。


Mary Kashima
HubSpot Community Champion
Grow Better at Community 2021-2024
著書「HubSpotワンストップマーケティング」発売中

株式会社クリエイティブホープ HubSpot Platinum Partner
JPで唯一の HubSpot INBOUND2024 Correspondent やってました!
Anton
解決策
ソートリーダー | Solutions Partner
ソートリーダー | Solutions Partner

テンプレートをカスタムするには

解決

Hi @Quinn1

I don't speak japanese but in case my translation tool got it right:

You can customize the CSS of a landing page after the the creation. 

Note: If you're working with a theme from the marketplace or the @hubspot-folder you'll most likely create a child-theme via design-tools(or local dev) before being able to change things.


you have following options to edit the design:

  1. If you haven't set the theme settings, start here. You'll find them here: HubSpot settings(gear icon top right) -> website -> themes -> YOUR THEME
  2. Change CSS settings directly in the CSS file(s) which are located in your (child-)theme. If you can't modify them in the theme, you have to create a copy for the child-theme. To do so right-click on every file you'd like to change and select "clone to child theme".
  3. Add the CSS settings in the advanced options inside the page settings (not recommended since you'll need to add them in every page)
  4. Add them on template level. Either via the "require_css" or "require_head". By default those files/code-snippets should be added after the theme-override.css but check the base.html/layout.html of your theme.
  5. Add the file to the base.html/layout.html or main.css if the styling should be applied globally. 

 

hope this helps, 

 

best, 

Anton

Anton Bujanowski Signature
Quinn1
投稿者

テンプレートをカスタムするには

解決

Thank you, Anton!!! I appriciate!!

0 いいね!