• Resolved marcgeneroso

    (@marcgeneroso)


    Hello, I have 2 questions:

    1. How do I change the font size and family of the back descriptions?
    2. For the Tablet version, the flip box is too big to just show one box per row, can I change the settings so there’s 2 boxes in a row in the tablet mode?

    Thank you in advance,

    Marc

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support himanshusharma20

    (@himanshusharma20)

    Hi @marcgeneroso,

    1. Unfortunately, there isn’t a built-in option to directly change the font size and family of the back descriptions. However, you can achieve this by using Custom HTML and inline CSS. Simply wrap your back description content within <p> tags and add your custom CSS style for font and family like so: <p style=”font-family: monospace; font-size: 30px;”>Your content here</p>. This allows you to apply custom styling to the paragraph containing your back description content.
    2. The layout of flip boxes on tablet screens is automatically adjusted to take the full width of the screen, displaying one box per row by default. There isn’t a specific setting to change this behavior since it follows the default grid layout behavior.

    Thank you.

    Thread Starter marcgeneroso

    (@marcgeneroso)

    This answer did not fix the problem. I even copied and pasted your <p> tag:

    <p style=”font-family: monospace; font-size: 30px;”>I succeed, when you succeed. Collaborating with me means you have someone alongside you making it their personal mission to see your business thrive using effective writing tactics, communication, and marketing initiatives.</p>

    After I clicked update, the back description changed to:

    <p>I succeed, when you succeed. Collaborating with me means you have someone alongside you making it their personal mission to see your business thrive using effective writing tactics, communication, and marketing initiatives.</p>
    
    

    The code did not work.

    Plugin Support himanshusharma20

    (@himanshusharma20)

    Hi @marcgeneroso,

    The issue seems to be related to double quotes. When copying HTML with inline CSS from WordPress and pasting it into your flipbox description box, the double quotes may get altered, causing this problem. After adding the tag, manually change the double quotes that wrap your inline CSS. This should resolve the issue.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change font family and text’ is closed to new replies.