Change Hover Color in Awesome Theme

Jayc Ryder Posted in Theme Development 4 years ago

Hi
I'm making some basic css changes to the Awesome theme files and can't for the life of me find the references to change for the hover...
In particular for the Birthday widget and the notifications/messages/etc drop downs
Can anyone shed some light onto what the CSS reference is in the Awesome theme?

Replies
Indonesian Arsalan Shah Replied 4 years ago
German Andre kutzner Replied 4 years ago

thanks to the team you are the top as you get an insight into what goes on with ossn

ua Jayc Ryder Replied 4 years ago

Thanks for the suggestion of writing an override.
However the problem is I cannot find the element that I need to use in order to correctly change the color.
eg: the birthdays widget has
.ossn-widget
.widget-contents
.ossn-widget .widget-contents

and when I change any of them using your suggestion the sidebar disappears.
Is it possible to give me the exact class and correct css please?

Indonesian Arsalan Shah Replied 4 years ago

Those hover effect maybe from boostrap, what you can do is to write your css if any element have class, and override the reaction of hover

.example:hover {
//override with !important tag
}

.

ua Jayc Ryder Replied 4 years ago

Hi, Thanks for the response. I am already doing this.
I just can't find the hover reference in the developers console. That's my problem.
When I inspect the element with the hover the results in the developers console don't show me what is causing the hover effect and colors.
Do you by chance know what the reference is?
Any help would be most appreciated. :-)

Indonesian Arsalan Shah Replied 4 years ago

You can change theme css in your themes directory. themes/Awesome/plugins/default/css/
You can open your browser developers console and find the css string. Then using some tool search for that string in your OSSN files.