Shape 5

Joomla Templates => Fresh Bistro - Club => : kasnoff September 25, 2016, 04:26:01 PM



: Background inside email and print dropdown box (cog)
: kasnoff September 25, 2016, 04:26:01 PM
How can I change this?

Thank You


: Re: Background inside email and print dropdown box (cog)
: jonahh September 27, 2016, 02:42:15 PM
Hello,

If you add something like the below to your custom.css file this will change it:

:
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6 !important;
}


: Re: Background inside email and print dropdown box (cog)
: kasnoff September 27, 2016, 04:45:50 PM
Thank You Jonahh,

I forgot to thank you for your previous support, I do appreciate it.

I added the code to the custom.css, it changed the mouse over but not the static color, it still shows a mustard color.

http://www.emberandstill.com/about-e-s

Thank you

Tim


: Re: Background inside email and print dropdown box (cog)
: jonahh September 28, 2016, 02:27:41 PM
Oh ok I think our demo is running an older version of Joomla so its different. So this is set in the index.php file pulling from the highlight font color. Just look for:

:
.item-page div .dropdown-toggle, .blog div .dropdown-toggle, .item div .dropdown-toggle {
    background-color:


: Re: Background inside email and print dropdown box (cog)
: kasnoff October 01, 2016, 03:13:03 PM
Thanks Jonah,

But I cannot find those terms in the index.php file.

.item-page div .dropdown-toggle, .blog div .dropdown-toggle, .item div .dropdown-toggle {
    background-color:

Tim


: Re: Background inside email and print dropdown box (cog)
: jonahh October 03, 2016, 11:00:22 AM
Thats strange. Would you be able to give me access to your site so I can check it out first hand? In firebug I can see it getting set and its not in a CSS file so it should be in the index.php


: Re: Background inside email and print dropdown box (cog)
: kasnoff October 04, 2016, 10:43:49 AM
Sent by PM


: Re: Background inside email and print dropdown box (cog)
: jonahh October 04, 2016, 11:24:09 AM
Ok it looks like its coming from some plugin you installed or are using called "System - Template Modifier"

You can find it at the below URL once logged in:

http://emberandstill.com/administrator/index.php?option=com_plugins&view=plugin&layout=edit&extension_id=10287