Ricerche recenti


Nessuna ricerca recente

Terry Dawson's Avatar

Terry Dawson

Data ingresso 26 lug 2022

·

Ultima attività 11 feb 2023

Seguiti

0

Follower

0

Attività totali

5

Voti

3

Abbonamento

1

PANORAMICA ATTIVITÀ

Ultima attività di Terry Dawson

Terry Dawson ha commentato,

Commento nella community 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.

 

Visualizza commento · Data ultimo post: 28 lug 2022 · Terry Dawson

0

Follower

1

Voto

0

Commenti