Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: Template CSS overrides do not load in backend. If you're adding custom CSS to backend by other means then use the namespaced CSS class cbAdminMain to specifically target backend CB (e.g. .cbAdminMain .hide_css).
krileon wrote: If you're outputting a message in a Custom HTML field you could surround it in an IF substitution to condition it to not show in backend. Example as follows.
The above usage is noted in the below substitution tutorial.Code:[cb:if application_context="frontend"]Frontend Only[/cb:if] [cb:if application_context="administrator"]Backend Only[/cb:if]
www.joomlapolis.com/documentation/279-community-builder/tutorials/18353-using-substitutions-throughout-cb
Please Log in or Create an account to join the conversation.