Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1109228

    Hi,

    How can change the size of the font for the accordion slider?

    Thank you.

    #1109367

    Hey mayamaria,

    Please try the following in Quick CSS under Enfold->General Styling:

    .aviaccordion-excerpt p {
      font-size:14px;
    }

    Best regards,
    Rikard

    #1109439

    Hi Rikard,

    Thank you. Unfortunately it hasn’t worked. If you see the second accordion slider you can see the the text is cut off.

    Kind regards,
    Maya

    #1109655

    Hi,

    Ok, so then you need to use a font size which will fit in the container?

    Best regards,
    Rikard

    #1109807

    Hi,

    Yes please.

    Thank you,
    Maya

    #1110045

    Hi Maya,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .aviaccordion-excerpt p {
        font-size: 12px;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1110332

    Hi Victoria,

    Thank you that worked.

    I have the paragraph font size set in the Advanced setting but would like to change the size of the text on Home page with out altering the paragraph font size.

    Home Page: I want to enlarge the size of the text under THE CONDUIT.

    Thank you,
    Maya

    #1110459

    Hi Maya, 

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .home #av_section_1 .av_textblock_section p em {
        font-size: 18px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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