There's a few important differences between Advanced Themer and Microthemer. Advanced themer is a UI / UX extension for the Bricks page builder. Microthemer is visual CSS editor that can be used to style any WordPress content - not just Bricks content. It's purely focused on styling content with CSS.
I hope that helps. Please let me know if you have any...
The CRM I'm using doesn't provide much in the way of styling options for their forms other than straight CSS which I'm not very skilled with. Just curious if Microthemer can either style an iframe embedded form or if there's a way it can be used to develop CSS code I can use on the CRM side?
Microthemer can't style iframe embedded forms unfortunately. One workaround would be to copy the HTML of the form over to a WordPress page, then copy the CSS Microthemer generates when styling the form content over to your CRM. You would need to make sure that Microthemer doesn't generate CSS selectors that reference container elements outside of the form,...
1. Yes, this is a WordPress plugin, so you need a site that uses a self-hosted version of WordPress (i.e. not a site running on wordpress.com, which doesn't allow for custom plugins).
2. Yes it produces clean CSS that loads optimally. See here for a video that explains how Microthemer optimizes the way CSS assets load....
Q: Gutenberg integration: Block styles vs Microthemer styles
This looks like a very interesting plugin. I like the idea to just touch the CSS side of things and do that with a full-blown graphical CSS editor and some nice CSS inspection tools. Which brings me to my question.
I am creating all WP sites now with the Gutenberg site editor as sole page builder. How does the integration of Microthemer with Gutenberg work? Or in other words, will Microthemer create a parallel CSS structure to the one that WordPress produces?
For example: I can change the color of a heading in the block editor, which adds some css like "has-whatever-color" to the header block. And I may also change it in Microthemer. If I change it in Microthemer, will Microthemer produce the same "has-custom-color" Wordpress generated CSS or do its own thing?
A: Hey, thanks for your question. Microthemer does create a parallel structure for the CSS. It doesn't have any awareness of Gutenberg generated CSS styles. It just generates styles based on the visual CSS options you apply or the custom CSS you add via its code editor.
One workflow could be using the global style options in Gutenberg, but use Microthemer for all other CSS changes. Another...
If I use Microthemer to style an element such as a header that is being applied to the entire site, will the CSS changes be applied sitewide? I'm using Breakdance builder. Thanks!
You can choose where your CSS changes apply - globally or page specific. By default, styles are page-specific. But, there is a switch a the bottom left that gives you a list of global folders on one side and page specific folder(s) on the other. Any selectors added to a global folder (e.g. "Header") will affect all pages of the site.
Thank you very much. I'm loving the plugin so far (wrote a review), but hadn't figured out the global settings which would save me a lot of work. I've been styling pages one at a time. Glad to know there's a better way. Thanks for the great plugin. One of the best purchases on AppSumo so far.
Do you know if the styles would be applied to multiple geo-location pages generated from a plugin like Page Generator Pro where I'm making multiple service-based business landing pages for nearby cities? I'd be using the homepage that I've applied Microthemer to as the template for Page Generator Pro to copy from. Thanks.
Hey, if you have applied styles to the home page and you want the styles to apply to copies / variations of the home page with a different geo-specific URL you will need to make sure the styles are in a global folder, so they affect all pages, and that the CSS selectors do not reference page-specific ids or classes (e.g. the unique page id for the home page).
Q: Advanced themer
Hey
How does this compare to advanced themes? Seems like a similar product
Sebastian_Microthemer
Jan 6, 2025A: Hey, thanks for your question.
There's a few important differences between Advanced Themer and Microthemer. Advanced themer is a UI / UX extension for the Bricks page builder. Microthemer is visual CSS editor that can be used to style any WordPress content - not just Bricks content. It's purely focused on styling content with CSS.
I hope that helps. Please let me know if you have any...
Share Microthemer
Q: Can it style embedded forms?
The CRM I'm using doesn't provide much in the way of styling options for their forms other than straight CSS which I'm not very skilled with. Just curious if Microthemer can either style an iframe embedded form or if there's a way it can be used to develop CSS code I can use on the CRM side?
Sebastian_Microthemer
Dec 23, 2024A: Hey Corey, thanks for your question.
Microthemer can't style iframe embedded forms unfortunately. One workaround would be to copy the HTML of the form over to a WordPress page, then copy the CSS Microthemer generates when styling the form content over to your CRM. You would need to make sure that Microthemer doesn't generate CSS selectors that reference container elements outside of the form,...
Share Microthemer
Q: Do you need wordpress for this grid designer
Do you need wordpress for this grid designer and does it produce clean optimal code. Does it do flexbox?
Sebastian_Microthemer
Dec 16, 2024A: Hey Kevi, thanks for your questions.
1. Yes, this is a WordPress plugin, so you need a site that uses a self-hosted version of WordPress (i.e. not a site running on wordpress.com, which doesn't allow for custom plugins).
2. Yes it produces clean CSS that loads optimally. See here for a video that explains how Microthemer optimizes the way CSS assets load....
Share Microthemer
Oh and yes, it does support both flexbox and CSS grid:
(these videos were recorded when the interface looked a bit different but may still be useful for reference)
- https://themeover.com/learn-flexbox/
- https://themeover.com/css-grid-controls/
Q: Gutenberg integration: Block styles vs Microthemer styles
This looks like a very interesting plugin. I like the idea to just touch the CSS side of things and do that with a full-blown graphical CSS editor and some nice CSS inspection tools. Which brings me to my question.
I am creating all WP sites now with the Gutenberg site editor as sole page builder. How does the integration of Microthemer with Gutenberg work? Or in other words, will Microthemer create a parallel CSS structure to the one that WordPress produces?
For example: I can change the color of a heading in the block editor, which adds some css like "has-whatever-color" to the header block. And I may also change it in Microthemer. If I change it in Microthemer, will Microthemer produce the same "has-custom-color" Wordpress generated CSS or do its own thing?
Sebastian_Microthemer
Nov 4, 2024A: Hey, thanks for your question. Microthemer does create a parallel structure for the CSS. It doesn't have any awareness of Gutenberg generated CSS styles. It just generates styles based on the visual CSS options you apply or the custom CSS you add via its code editor.
One workflow could be using the global style options in Gutenberg, but use Microthemer for all other CSS changes. Another...
Share Microthemer
Q: Does this work on global elements?
If I use Microthemer to style an element such as a header that is being applied to the entire site, will the CSS changes be applied sitewide? I'm using Breakdance builder. Thanks!
Sebastian_Microthemer
Oct 24, 2024A: Hey, thanks for your question.
You can choose where your CSS changes apply - globally or page specific. By default, styles are page-specific. But, there is a switch a the bottom left that gives you a list of global folders on one side and page specific folder(s) on the other. Any selectors added to a global folder (e.g. "Header") will affect all pages of the site.
You can jump to the end...
Share Microthemer
Verified purchaser
Thank you very much. I'm loving the plugin so far (wrote a review), but hadn't figured out the global settings which would save me a lot of work. I've been styling pages one at a time. Glad to know there's a better way. Thanks for the great plugin. One of the best purchases on AppSumo so far.
You're welcome and thanks so much for the review and kind words. Don't hesitate to reach out if you have any more questions.
Verified purchaser
Do you know if the styles would be applied to multiple geo-location pages generated from a plugin like Page Generator Pro where I'm making multiple service-based business landing pages for nearby cities? I'd be using the homepage that I've applied Microthemer to as the template for Page Generator Pro to copy from. Thanks.
Hey, if you have applied styles to the home page and you want the styles to apply to copies / variations of the home page with a different geo-specific URL you will need to make sure the styles are in a global folder, so they affect all pages, and that the CSS selectors do not reference page-specific ids or classes (e.g. the unique page id for the home page).