By Ali Galip Savasir on Monday, 07 March 2016
Posted in Elegant
Replies 7
Likes 0
Views 1.7K
Votes 0
Hi All

I am really tired )) But still love to work with stackideas. I want to change pop-up dash board color on the elegant theme ..

please check out the attached file

Best regards
Hi Ali,

I am sorry for the delay for this reply. In order you to change the color of the pop-up dash board color on the elegant theme. You have to make a little customization by edit on:
DIR : ..\components\com_easysocial\themes\elegant\styles\more.min.css
Find this code and edit the color #222:
div#fd.es .es-nav-dropdown{background:#222


Try it and look how it goes.
Hope this helps. Have a nice day Ali
·
Monday, 07 March 2016 18:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear
Muhammad Fadhli )) Thank you for fast reply... What about hover mouse over

pls check out attached file

thxxxxxxxxxxxxxxxxxxxx
·
Monday, 07 March 2016 19:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Try following code and see how it goes.


div#fd.es .es-nav-dropdown.for-guide > div > a:hover,
div#fd.es .es-nav-dropdown.for-guide > div > a:focus {
background: blue !important;
}
·
Monday, 07 March 2016 19:47
·
0 Likes
·
0 Votes
·
0 Comments
·
in the same file ? DIR : ..\components\com_easysocial\themes\elegant\styles\more.min.css
·
Monday, 07 March 2016 20:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Alex)

i wanna see all them as blue instead )))))
·
Monday, 07 March 2016 20:06
·
0 Likes
·
0 Votes
·
0 Comments
·
/components/com_easysocial/themes/elegant/styles

more.min.css i found i guess
·
Monday, 07 March 2016 22:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ali,

I am really sorry for the delay of this reply,

It would be best if you can put these custom css code into your current template css file, so this will prevent in the future your custom css code missing when you update to Easysocial to latest version.
·
Tuesday, 08 March 2016 09:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post