- This topic has 8 replies, 4 voices, and was last updated 10 years ago by
Sebastian.
Author | Posts |
---|---|
aalpha
March 22, 2015 at 6:59 am
|
Heads up! this post was created when Microthemer was at version 3. The current version is 7. Some references to the interface may be out of date. Hello, 1. Maybe this is a stupid question, but how do I edit an selector that I have edited before? As an example let’s say that I have edited: header#main-header img#logo If I want to further edit it or change it back to default, do I need to selected it again and put a new selector name etc…? 2. And one more last question, how do I manually delete something I have edited? I know we can rollback, but there I cant see what is what. Cheers |
Abland
March 22, 2015 at 7:58 pm
|
Hi, aalpha, In the top toolbar – you’d want the Selector Navigation Section Click the folder icon and you’ll get a drop down of your current selectors to choose. When chosen, you can toggle the highlighter to make sure it’s active, but you should also see it in text to the right of the folder icon. You can also unckeck edits using the Styles Properties Toolbar on the active selector. |
Sebastian
March 23, 2015 at 8:31 am
|
Couldn’t have said it better myself, thanks Abland! Aalpha – please let me know if you need assistance with anything else. Cheers, |
reklamebanken
April 5, 2015 at 9:07 am
|
Hi! Still a freshman on microthemer, and trying to achieve the same I think: To edit a style already set with microthemer. I go to Selector Navigation Section, click the folder icon, click the header selecter (of witch I want to change), but I would like to come to the actual css to make a quick change, like to remove !important witch unintendedly appeared |
Sebastian
April 6, 2015 at 3:16 am
|
Hi there! !important value can be set in global preferences. If you go to left hand side menu bar, and select ‘Set you global Microthemer’s preferences’ (second down) you can turn off ‘always ad !important to CSS styles’. Once set to ‘no’ a small faint ‘i’ icon will appear next to each individual CSS style, this way you can add !important value per individual style. Please let me know if that answers your question and if you need help with anything else. |
reklamebanken
April 6, 2015 at 9:23 am
|
Hi Monika and thanks for your reply I`m sorry, but I think my explanation was not very good. I need to remove the !important state that some how got added when I edited the selector. Is there a way from the microthemer dashboard to directly access the micothemer css-styles themeselves so I can edit what I want without redoing the whole action? I guess I can do so via ftp and downlaod the stylesheet microthemer creates, but it sure would be easier doing it right from the dashboard! |
Sebastian
April 6, 2015 at 10:34 am
|
Hi there, Perhaps I misunderstand what you’re trying to do, but I think Monika’s advice is relevant. By default, Microthemer always adds !important to all CSS styles. But more experienced users (like yourself if you know about FTP etc) often don’t need this in order to reliably override CSS styles. And so there is an option to disable this auto-adding of !important via the Microthemer preferences window (get to this from the left toolbar). The only way to remove the !important declaration is to turn off the global setting as described above. You can’t directly edit the CSS Microthemer generates via the style options fields. But you should always be able to undo anything you enter via the style option fields by returning to the same fields (the special case of !important aside). You can enter custom CSS via the designated custom code editor however. Click the code editor icon in the top right of the interface to switch between the regular styling options and the code editor. Tip: click Control+S to conveniently save any changes you make here. Am I understanding your problem correctly? Thanks, |
reklamebanken
April 6, 2015 at 11:22 am
|
Thanks, Sebastian, I se now what Monika ment, and thats a doable solution 🙂 |
Sebastian
April 8, 2015 at 1:43 am
|
I’m glad you’re OK on the !important issue. And thanks for sharing your thoughts. The trouble with allowing direct editing of the stylesheet is that any custom changes you make to /wp-content/micro-themes/active-styles.css would be wiped out the next time you save your settings in Microthemer. Cheers, |