I’m trying to learn the functions of TagDIV Composer. I have elements on the page and am trying to configure some text. I’m using the Text with Title element with a row.
How can the font size be increased?
After clicking Edit Content, I’ve put the text into the WP Editor (this is all within TagDIV Composer). I want to increase the font size (not header size fonts). Where is that done?
In the left side there are settings for default font, font weight, font style, etc. How is font size enlarged?
In the theme panel > Theme fonts > Pages > Page Content ??? That doesn’t work to enlarge the fonts size in TagDIV Composer.
This is really frustrating.
Hello awtown,
Unfortunately, if you want to change the font size for that element, you should use a bit of CSS code for this. You can provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.
Thanks.
The URL is business-stability.com. On the homepage the font in the paragraph is too small.
So when using the TagDIV Composer, the font size can only be changed with CSS? What about the font style?
I’m not a coder, so messing with CSS isn’t something I do comfortably.
I have 3 other licenses of Newsmag purchased over the last few years. When I’ve had some questions or issues previously, you folks provided the code to be placed in the Custom CSS section of the Newsmag theme panel that solved some issues.
But, when using the WPBakery page builder, the fonts are controlled from within the Newsmag theme panel?
Why have it two different ways?
-
This reply was modified 7 years by
awtown.
Hello awtown,
Unfortunately, at the moment, the theme does not have any such an option that allows you to change this section but only from the custom CSS code. Try the code below and place it in theme panel -> Custom CSS area.
.td_block_text_with_title p{
font-size:20px;
}
In the future, we will hope to add some settings regarding this element through TD Composer.
Thanks for your understanding!