inherit
178825
0
Nov 27, 2024 10:56:08 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Apr 11, 2023 9:24:45 GMT -8
Is it possible to change the background colour for the smiles on certain themes? Specifically the background colour of the smilie drop down box.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 13, 2023 22:29:41 GMT -8
It is generally a single style sheet rule that defines the background color not only for the smiley menu but also governs these other menus: Embed menu (class: embed-menu)
Options menu (class: options_menu)
Actions menu (class: select_menu_list)
context menu (class: ui-menu-context)
Below is the rule from a typical theme (but your theme may have replaced it, which is why it is best to answer that question on a per theme basis) .embed-menu,.embed-menu ul,.options_menu,.options_menu ul,.select_menu_list,.select_menu_list ul,.smiley-menu,.smiley-menu ul,.ui-menu-context,.ui-menu-context ul { padding: 2px; border: 1px solid #aaa; background-color: #eee; box-shadow: 0 2px 4px #444 } If that is the CSS rule that governs the background color for the theme where you wish to change just the smiley menu (and nothing else) then add the following to the bottom of the theme's style sheet .smiley-menu, .smiley-menu ul { background-color: red; } If you have a theme that deviates from using that typical rule, then you would need to supply access to that theme so it can be determined what rules it is using.
|
|
inherit
178825
0
Nov 27, 2024 10:56:08 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Apr 14, 2023 5:02:18 GMT -8
Chris Phyffer , The reason I ask about changing the colour and I should have specified the smilie drop down menu box is that the one theme requires white text. The admin has provided titled categories for her smilies, but of course on the white background the white text doesn't show. I know you can change the background in the settings but that is for all the themes. I just want the background for the smilie background a different colour for that specific theme.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 15, 2023 10:01:26 GMT -8
Chris Phyffer , The reason I ask about changing the colour and I should have specified the smilie drop down menu box is that the one theme requires white text. The admin has provided titled categories for her smilies, but of course on the white background the white text doesn't show. I know you can change the background in the settings but that is for all the themes. I just want the background for the smilie background a different colour for that specific theme. You misunderstand me, spicealicious . The answer I gave above shows you how to change the smiley background on a typical theme because there was no identifying information supplied regarding a specific theme. Each theme has independent settings that would not affect other themes. The answer can only be as specific as the question. The more info and access you give when couching the question, the more detailed and accurate the answer would be. ⏩ "Help me, help you" -Jerry Maguire
⏸ "Fine, I'll do it myself" -Thanos
📜 "What we've got here is failure to communicate." -Cool Hand Luke
|
|
inherit
178825
0
Nov 27, 2024 10:56:08 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Apr 16, 2023 9:39:31 GMT -8
LINKChris Phyffer, This is the test forum for the theme. I have set that particular theme to be the default theme.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 16, 2023 10:01:57 GMT -8
LINKChris Phyffer , This is the test forum for the theme. I have set that particular theme to be the default theme. The instructions I gave in my first post is then applicable to that theme then (I assume you did not give it a try) ...you wish to change just the smiley menu (and nothing else) then add the following to the bottom of the theme's style sheet .smiley-menu, .smiley-menu ul { background-color: red; } change red to whatever color suits you
|
|
inherit
178825
0
Nov 27, 2024 10:56:08 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Apr 16, 2023 10:15:55 GMT -8
Yup, read and understood that part and that part is ok. It is The part with the red dot in it that needs to be a different colour. She has category titles for her smilies and with a white font it won't show on the light background for that.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 16, 2023 10:31:04 GMT -8
Yup, read and understood that part and that part is ok. It is The part with the red dot in it that needs to be a different colour. She has category titles for her smilies and with a white font it won't show on the light background for that. That is a dialog created by a plugin not Proboards. You'll want to post in the support thread for that smiley plugin since the author of that plugin ( Todge ) would be much more familiar with changing stuff on that #smilieDiv. It could very well be a setting in the plugin itself rather than having to deal with CSS rules but the author would know that better than I do since I have never tried that plugin. div#smilieDiv, div#smilieDiv td { background-color: red!important; } EDIT:
It does indeed look to be a setting in the plugin, you should open the plugin in your admin panel and look for that option to change the background color
|
|
inherit
178825
0
Nov 27, 2024 10:56:08 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Apr 17, 2023 4:48:09 GMT -8
Chris Phyffer, While that indeed did change the background colour for that theme, it changes the background colour across the board for all the themes which is not what I was wanting. Thank you for your help, and your suggestion about posting in the plugin section,
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 17, 2023 8:58:49 GMT -8
Chris Phyffer , While that indeed did change the background colour for that theme, it changes the background colour across the board for all the themes which is not what I was wanting. Thank you for your help, and your suggestion about posting in the plugin section, Interesting...so you're saying you made a change to the stylesheet of a particular theme, but when you switched to a different theme, those changes had propagated to another theme? (That's not supposed to be possible) The plugin hardcodes the background color (not theme-specific) so changing it via the plugin would indeed standardize that color across all themes. The smilieDiv CSS I offered in my last post, on the other hand, would activate and change the background only on the theme(s) to which it has been added. That is generally how themes work.
|
|
inherit
178825
0
Nov 27, 2024 10:56:08 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Apr 18, 2023 4:17:59 GMT -8
Chris Phyffer. I did as instructed and changed the colour of the background in the Smilie Backgrounds and Colours of the Plugin. As you can see by these two screenshots using two different themes the colour is the same for both themes.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 24, 2023 3:41:14 GMT -8
Chris Phyffer . I did as instructed and changed the colour of the background in the Smilie Backgrounds and Colours of the Plugin. As you can see by these two screenshots using two different themes the colour is the same for both themes. spicee , a quick look on the test forum shows the background color was changed from within the plugin, which would set that color across all themesThe plugin hardcodes the background color (not theme-specific) so changing it via the plugin would indeed standardize that color across all themes. The smilieDiv CSS I offered in my last post, on the other hand, would activate and change the background only on the theme(s) to which it has been added. That is generally how themes work. Plugin Setting Now:
Plugin Setting Before:
The other option offered was to add the color change to the stylesheet of the theme. I incorrectly assumed that was the path you took: ...add the following to the bottom of the theme's style sheet div#smilieDiv, div#smilieDiv td { background-color: red!important; }
|
|
inherit
178825
0
Nov 27, 2024 10:56:08 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Apr 27, 2023 8:18:31 GMT -8
Yup, thanks for all the help and suggestions.
|
|