Tagged: x
-
AuthorPosts
-
May 25, 2016 at 10:17 am #1009216
cabforwardParticipantFor some reason, putting code into “appearance – editor” has stopped working. But, if I put it inside Cornerstone, Custom CSS, it works just fine.
May 25, 2016 at 10:18 am #1009218
cabforwardParticipantThis reply has been marked as private.May 25, 2016 at 11:18 am #1009326
ChristianModeratorHey there,
That is because style.css (Appearance > Editor) is an external CSS and the Customizer’s CSS is outputted as internal CSS. Internal CSS has more weight than an external one so overriding X styles using style.css won’t work. Please add your code in the Customizer’s Custom CSS.
Thanks.
May 25, 2016 at 11:42 am #1009369
cabforwardParticipantGreat, thank you!
May 25, 2016 at 12:00 pm #1009411
cabforwardParticipantIf I put custom css inside cornerstone on a particular page. Does that apply to all the pages, or just the page I’m editing in cornerstone?
May 25, 2016 at 12:45 pm #1009492
JoaoModeratorHi There,
It applies just to that page you are working.
If the code work in Cornerstone CSS but not Appereance CSS, it is probably because the code that you are using has to be better directed in order to work from Appereance / Customizer and actually reach your page, but it is good enough to work from Cornerstone, it doesn´t mean is a bad code, just that the information is not arriving with the given path.
Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1009216 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
