-
AuthorPosts
-
May 18, 2018 at 8:01 pm #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?
May 18, 2018 at 8:12 pm #958806Hey 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 ShannonMay 18, 2018 at 8:29 pm #958811Not 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.
May 18, 2018 at 10:26 pm #958841Hi,
Please provide admin info so we can log in and look into this further.
Best regards,
Jordan ShannonMay 18, 2018 at 10:49 pm #958846Sent.
Thanks!
May 21, 2018 at 10:14 am #959615Hi 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,
VictoriaMay 21, 2018 at 9:45 pm #959999Thanks 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?
May 21, 2018 at 10:21 pm #960023Hi,
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 ShannonMay 21, 2018 at 10:54 pm #960047As 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?
May 23, 2018 at 5:20 pm #960993Hi,
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,
IsmaelMay 23, 2018 at 8:23 pm #961179Oh! 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.
May 23, 2018 at 8:32 pm #961183Hi,
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 -
AuthorPosts
- The topic ‘Text Block font sizing doesn't work’ is closed to new replies.