By Sam Famma on Thursday, 27 November 2014
Replies 3
Likes 0
Views 1.1K
Votes 0
Hi guys

I have written the following directly into my template.css. It all works fine accept for the colour of the notification icons which I need to be #fff The first line of the code should reflect the change however its not working. What am I doing wrong for the life of me I have tried everything. it works if I change it directly in the more.min .css
---------------------------------------------------------------------------------------------------
}
body div#fd.es .fd-nav > li > a [class^="ies-"],
body div#fd.es body div#fd.es .es-toolbar .fd-nav > li > a [class*=" ies-"] {
color: #fff
}
body div#fd.es .btn {
border-radius: 0 !important;
}
body div#fd.es .es-toolbar .divider-vertical {
border-left: 1px solid #fff;
}
body div#fd.es .es-toolbar .navbar-inner {
background: #444;
border: none;
border-radius: 0;
}
body div#fd.es .es-toolbar .fd-navbar-search {
background: #444;
height: 35px;
}
body div#fd.es .es-toolbar .fd-navbar-search .search-query {
background: #444;
}
hello Sam Famma,

Can you provide us in the following details?
#1. Joomla backend access
#2. FTP access
#3. screenshot which notification are you referring to
#4. which template css file you added to
Please advise.
·
Thursday, 27 November 2014 12:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex I have added the below code to my physical template.css The notification icons from the ES toolbar are the ones that I am having issues with. The rest of the toolbar's look and feel I managed to get it to work with both color and style.

}
body div#fd.es .fd-nav > li > a [class^="ies-"],
body div#fd.es body div#fd.es .es-toolbar .fd-nav > li > a [class*=" ies-"] {
color: #fff
}
body div#fd.es .btn {
border-radius: 0 !important;
}
body div#fd.es .es-toolbar .divider-vertical {
border-left: 1px solid #fff;
}
body div#fd.es .es-toolbar .navbar-inner {
background: #444;
border: none;
border-radius: 0;
}
body div#fd.es .es-toolbar .fd-navbar-search {
background: #444;
height: 35px;
}
body div#fd.es .es-toolbar .fd-navbar-search .search-query {
background: #444;
}
·
Thursday, 27 November 2014 13:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sam,

To be honestly, we are hard to tell you what is the issues without access in your site.

By the way, can you try add the css code in your custom css in the file /templates/YOUR_TEMPLATE/html/com_easysocial/css/custom.css
as outlined in http://docs.stackideas.com/administrators/templating/adding_custom_css_codes

and see how it goes?
·
Thursday, 27 November 2014 13:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post