Hi all,
I'm trying to change the Create from Template macro button color, It doesn't seem that this button gets its coloring from the Look and Feel > Color Scheme page. I've tried adding some custom CSS but obviously not getting this quite right. The source of a page using this template is:
<p><a class="aui-button create-from-template-button conf-macro output-inline" data-space-key="CUS" href="https://docs.x.com?templateId=3440645&spaceKey=CUS&newSpaceKey=CUS" data-template-id="3440645" data-hasbody="false" data-macro-name="create-from-template">Add a Customer Page</a></p>
I figured the CSS would be something like:
.create-from-template-button {background-color: blue;}
but this isn't working.
Hello,
You can use the following CSS in your space stylesheet
#main-content a.create-from-template-button {
background-color: rgba(0, 0, 255, 0.3);
}
Regards,
Igor
Perfect thanks Igor!
Also I was able to change the hover color with the following:
#main-content a:hover.create-from-template-button { ... }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.