• Resolved nisbladt

    (@nisbladt)


    Hi! I have this page with interactive text, but the text is too big and there are no controls within the Visual Builder custom module it is made with that allows me to edit the sizing of the text. I have tried editing the default header font sizes but that didn’t change anything. Can some simple CSS do it or how can I edit something like this?

    It is a default page that comes with a theme called “Blaze” (created by edge) that I am using.

    the pass for the page is: supereasi

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Try below CSS code to edit interactive text size,
    .page-id-180 #edgtf-interactive-text.edgtf-it-direction-vertical .edgtf-interactive-text-content-holder .edgtf-iti-title{font-size: 20px;}

    Thanks!

    Thread Starter nisbladt

    (@nisbladt)

    @aimsinfosofts Yes, wuhuu! Thank you so much!

    The line height / spacing between the lines is rather large, is there anything i can add to control this?

    Hello,

    @nisbladt

    Yes, you can adjust the line height / spacing between the lines. Try below CSS code for that,

    .page-id-180 #edgtf-interactive-text.edgtf-it-direction-vertical .edgtf-interactive-text-content-holder .edgtf-interactive-text-item{padding: 5px 0; min-height: 38px !important;}
    .page-id-180 #edgtf-interactive-text.edgtf-it-direction-vertical .edgtf-interactive-text-content-holder .edgtf-iti-title{line-height: 0 !important;}

    Thanks!

    Thread Starter nisbladt

    (@nisbladt)

    @aimsinfosofts That worked perfectly, thank you!

    • This reply was modified 6 years, 2 months ago by nisbladt.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to edit interactive text size’ is closed to new replies.