Colour replacement #135
Unanswered
stack-bblincoe
asked this question in
Q&A
Replies: 4 comments
|
Hey :-) it depends a little bit what you want to recolor, there are some AppD specific commands, but there are also some generic options like !recolorImage(image) = rgb(1,2,3) Note that there are many circumstances where this might not work, so if you can share an example with me what you'd like to accomplish then I can give concrete pointers. Cheers, |
0 replies
|
Thanks for taking a look Severin, Really appreciate it.
I'm hoping to replace the colour of the top bar on this site:
https://soedemo.stackenterprise.co/
The login page seems to have the same structure as the main site, so
hopefully this is enough to put us in the right direction.
Regards
Ben
…On Thu, 16 Mar 2023 at 10:40, Severin Neumann ***@***.***> wrote:
Hey :-)
it depends a little bit what you want to recolor, there are some AppD
specific commands, but there are also some generic options like
!recolorImage(image) = rgb(1,2,3)
!style(Replacement, color) = red (and you can use background-color or
other css attributes for that)
!querySelector(cssSelector, style.background) = blue
Note that there are many circumstances where this might not work, so if
you can share an example with me what you'd like to accomplish then I can
give concrete pointers.
Cheers,
Severin
—
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6J7RBSBF3HYUSYHXPMDX2LW4LU2DANCNFSM6AAAAAAV47CM44>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
0 replies
|
Can you try the following: |
0 replies
|
Worked perfectly!
Thank you.
Kind Regards,
Ben Blincoe (He/Him)
Solutions Engineering Manager - EMEA/ROW
+447779337451
…On Tue, 21 Mar 2023 at 11:00, Severin Neumann ***@***.***> wrote:
Can you try the following:
!querySelector(.s-topbar, style.background-color) = rgb(0,255,0)
—
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6J7RBXAXBL5IDNOH44ICFLW5GC4TANCNFSM6AAAAAAV47CM44>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
When I've used DM previously it was possible to replace colours within the site.
Is this functionality still available and if so what is the syntax?
All reactions