Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #958801

    I’m trying to change the font size of a text block using the drop down menu inside the block but the changes don’t show up on the front end. I can force it via css but that’s not really helpful as I can’t target specific blocks on the same page. Not sure why it’s not working. Changing the font colour shows up but not the size change. I tried toggling all the plugins on/off and nothing. Ideas?

    #958806

    Hey Rob,

    Are you currently running any custom css that may be malformed? This can sometime prevent the font options from taking effect.

    Best regards,
    Jordan Shannon

    #958811

    Not from what I can tell. I just toggled off all the CSS and it still doesn’t move the font up to the larger size.

    #958841

    Hi,

    Please provide admin info so we can log in and look into this further.

    Best regards,
    Jordan Shannon

    #958846

    Sent.

    Thanks!

    #959615

    Hi robnelson4,

    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 .avia_textblock p {
      font-size: 40px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #959999

    Thanks but this targets only that instance of the text block, what if I want to do this on other pages, I will then have to code each block individually. Why isn’t the font size toggle in the builder working?

    #960023

    Hi,

    You can remove .home to target the additional sections. If you have any custom css thats broken, then that could prevent the toggle from working.

    Best regards,
    Jordan Shannon

    #960047

    As previously mentioned it doesn’t work even when all custom css is removed. So I guess that functionality just doesn’t work for me then and I will have to target every text section individually?

    #960993

    Hi,

    The advanced styling of the “p” tags overrides the element’s custom styling. Please remove the “p” tag in the advanced styling panel.

    #top .all_colors p {
        font-size: 20px;
        line-height: 1.6em;
    }

    Best regards,
    Ismael

    #961179

    Oh! Ok, that makes sense. So if we specify what the font size should be in the Enfold settings this overwrites any font size changes made in individual text blocks. That’s not what I would expect as I would assume the local changes would supersede the global change in the Enfold settings.

    Many thanks Ismael

    This can be closed.

    #961183

    Hi,

    I’m glad you were able to get this addressed. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Text Block font sizing doesn't work’ is closed to new replies.