Hi to all,
I am trying to change the Font and Size of a paragraph using the “Design” Tab in wappler that should update the CSS to change the style.
In the code and “Style” Tab I see the updates happening but visually nothing changes !!
I can overwrite the code directly and force it to update the design but then I lose the bootstrap grid system !
Please help, I been stuck on this for days now and is driving me crazy
Thank you in advance for any reply.
Can you not just choose the font from the dropdown under TEXT?
If so, it will assign that font to a class (from your screenshot it looks like you have tried something before because your paragraph has a class style57- you could choose this class again from the class selector box at the top of design view or create a new class) and Wappler will add it to the style.css file.
the style.css wants to be just before the closing HEAD tag
But seen as your styles aren’t changing correctly in the style file this probably isn’t the issue but worth a check to make sure style.css is at least included on the layout
Yeah this just means it won’t be overridden by any bootstrap css, you may still have an issue though if the style.css file isn’t actually been changed when your using the design panel but can give it a try
Hi to all… I am glad to inform the issue was with a incompatibility with the repository, I cleaned manually the double entries and now seems to be working.