最近搜索


没有最近搜索

Terry Dawson's Avatar

Terry Dawson

已加入2022年7月26日

·

最后活动2023年2月11日

关注

0

关注者

0

活动总数

5

投票

3

订阅

1

活动概览

的最新活动 Terry Dawson

Terry Dawson 进行了评论,

社区评论 Q&A - Tickets and email

Hi. I wanted a global solution to this problem, rather than a field specific one.

I've modified the CSS to apply the same white-space hint to all paragraphs (

) inside to request-forms. Someone may know some good reason why this is a bad idea. Please tell me if you do!

I did the following:

  • Navigate into Guide Admin
  • Select Customize Theme from sidebar
  • Choose 'Customize' on the theme you wish to modify (Ours is based on Copenhagen, your situation may be different. Stop here if anything fails from here onward)
  • Select 'Edit Code' (bottom right)
  • Scroll down and select 'style.css' from the sidebar
  • use the Find feature to search for the string '.request-form textarea'
  • Underneath that clause add:
  • /***** My Request Form Customization *****/
    .request-form p {
    white-space: pre !important;
    }
  • Hit 'Publish'

It will apply this change to every form field description, which was what I wanted.

So far it seems to be working as intended.

 

查看评论 · 已于 2022年7月28日 发布 · Terry Dawson

0

关注者

1

投票

0

评论