P parklanephil Member Oct 22, 2020 #1 I need to change the colour of the more options bar when in a post, the theme is dark so most content is light but for this bar that means options cant be selected
I need to change the colour of the more options bar when in a post, the theme is dark so most content is light but for this bar that means options cant be selected
O Old Nick Well-known member Oct 22, 2020 #2 Hello, Try this in your extra.less template Less: .fr-more-toolbar.fr-expanded { background: #000; color: #FAFAFA; } Adjust the colors at your convenance Upvote 0 Downvote
Hello, Try this in your extra.less template Less: .fr-more-toolbar.fr-expanded { background: #000; color: #FAFAFA; } Adjust the colors at your convenance
P parklanephil Member Oct 22, 2020 #3 nicodak said: Hello, Try this in your extra.less template Less: .fr-more-toolbar.fr-expanded { background: #000; color: #FAFAFA; } Adjust the colors at your convenance Click to expand... Thanks for the pointer No change Upvote 0 Downvote
nicodak said: Hello, Try this in your extra.less template Less: .fr-more-toolbar.fr-expanded { background: #000; color: #FAFAFA; } Adjust the colors at your convenance Click to expand... Thanks for the pointer No change
P parklanephil Member Oct 22, 2020 #4 nicodak said: Hello, Try this in your extra.less template Less: .fr-more-toolbar.fr-expanded { background: #000; color: #FAFAFA; } Adjust the colors at your convenance Click to expand... This was what i pasted in .fr-more-toolbar.fr-expanded { background: #000; color: #8D7DBA; } Upvote 0 Downvote
nicodak said: Hello, Try this in your extra.less template Less: .fr-more-toolbar.fr-expanded { background: #000; color: #FAFAFA; } Adjust the colors at your convenance Click to expand... This was what i pasted in .fr-more-toolbar.fr-expanded { background: #000; color: #8D7DBA; }
P parklanephil Member Oct 23, 2020 #6 Actually i did for some instances but i still need to change the colour, any ideas from anyone as the css change didnt work Upvote 0 Downvote
Actually i did for some instances but i still need to change the colour, any ideas from anyone as the css change didnt work
O Old Nick Well-known member Oct 23, 2020 #7 What did you tried ? use this one to see if it's work Less: .fr-toolbar {.fr-more-toolbar.fr-expanded { background: #000; color: #8D7DBA; } } or like this Less: .fr-toolbar {.fr-more-toolbar {.fr-expanded { background: #000; color: #8D7DBA; } }} Upvote 0 Downvote
What did you tried ? use this one to see if it's work Less: .fr-toolbar {.fr-more-toolbar.fr-expanded { background: #000; color: #8D7DBA; } } or like this Less: .fr-toolbar {.fr-more-toolbar {.fr-expanded { background: #000; color: #8D7DBA; } }}