Okay
  Public Ticket #2461715
Flip box text sized
Closed

Comments

  • Urban3d started the conversation

    Hi there,

    If you look at the flip boxes on my url: http://berkopodsystems.co.uk/why-us

    The Front text seems to be paragraph size but I'd like it to be one of the heading sizes. Is there any way of increasing the size of the text just on the front? The backs prefect. 

    Thanks

  •  2,979
    Andrew replied

    Hi there,

    Use the following custom css:

    .flip-box-front .inner {
        font-size: 40px;
    }
    

    Hope this helps.