Site logo

[Support request] Font Size Change

Home Forums Support [Support request] Font Size Change

Home Forums Support Font Size Change

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #2454275
    Suman

    I have used an external plugin to create a FAQ section on my experimental domain majesticabodes.com

    I am unable to change the title font size. Please guide me on how I can do it.

    https://i.imgur.com/qfBsjROl.png

    #2454433
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS to your site:

    
    .wpsm_panel-group .wpsm_panel-title {
        font-size: 24px;
        font-weight: 700;
    }
    #2454436
    Suman

    Thank you, it worked. I wanted to change the font to Roboto. How can I do that?

    #2454457
    David
    Staff
    Customer Support

    That plugin has some terrible CSS lol
    Try adding this, it includes the accordion text too:

    
    .wpsm_panel-group *,
    #page .wpsm_panel-group div.wpsm_panel-body {
        font-family: Roboto, sans-serif !important;
    }
    #2454482
    Suman

    Thank you. It would’ve been great if generateblocks had the accordion feature. Using 3rd party plugin is a waste of time.

    #2454534
    Suman

    The plugin was having issues so I changed to another one. Now I am facing the same problem. I am unable to increase the font size of the header.

    https://prnt.sc/FxvSWa4GWHfi

    Can you please help.

    #2454557
    David
    Staff
    Customer Support

    This CSS:

    
    #page .eb-accordion-container .eb-accordion-title {
        font-size: 30px;
    }

    Accordions and Tabs will be a feature in the next version of GenerateBlocks Pro. We expect to release an alpha version before the end of December.

    #2454562
    Suman

    I want to bold the text as well. Can you please guide me on how to do that?
    Thank you.

    #2454573
    David
    Staff
    Customer Support

    Try this instead:

    
    #page .eb-accordion-container .eb-accordion-title {
        font-size: 30px;
        font-weight: 700;
    }
    #2454590
    Suman

    Thank you, it worked.

    #2454751
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.