- This topic has 3 replies, 2 voices, and was last updated 9 years, 9 months ago by Sebastian.
Author | Posts |
---|---|
josmoy4
April 1, 2015 at 6:06 am
|
I just unlocked the full version of MicroThemer. However, I am unable to force the changes I have made to go live. Not sure what I am supposed to do. Can you please help me. |
Sebastian
April 1, 2015 at 6:51 am
|
Hi there, No problem at all. Would you mind posting a link to your site here and describe which style or styles aren’t taking effect? Many thanks, |
josmoy4
April 1, 2015 at 7:09 am
|
ccnorthwhittier.org I made a few changes, Mainly the white background when you click on all the links. I made it to where it was transparent. I also removed the border and of that white box to just a light gold radiance Here is the code that is generated within MicroThemer: /* =Pages |
Sebastian
April 2, 2015 at 7:20 am
|
Hi there, I think that the problem occurs because when you are viewing the site in Microthemer, something (I’m not sure what) is adding a class called ‘customize-support’ to the body element of your page. This class doesn’t show when I view the frontend of your site. This may be because the ‘customize-support’ class is only added for logged in users? Or for some other reason. The solution should be quite simple however. If navigate to the White Sheet selector you created (if you’re not on it already) and then click it’s name in the top toolbar this will reveal the quick edit options. Change the CSS selector code from this:
To this:
(you remove the class to that the selector applies more generally to the wrapper element). Click the UPDATE SELECTOR button and you should find that your light gold radiance starts to work. Microthemer always suggests the most specific CSS selector code it can when you double-click something. But it’s often a good idea to broaden the targeting. You can do this by clicking the ‘Advanced options’ link at the top right (one you’ve double-clicked something). The drag the slider down on the targeting tab while keeping an eye on the blue highlighting to ensure that you don’t target more things than you want. Side Note I hope that helps. If you have any further questions please let me know. Sebastian |