Búsquedas recientes


No hay búsquedas recientes

Terry Dawson's Avatar

Terry Dawson

Incorporación 26 jul 2022

·

Última actividad 11 feb 2023

Seguimientos

0

Seguidores

0

Actividad total

5

Votos

3

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de Terry Dawson

Terry Dawson hizo un comentario,

Comentario de la comunidad 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.

 

Ver comentario · Publicado 28 jul 2022 · Terry Dawson

0

Seguidores

1

Voto

0

Comentarios