how to fix my toolbar
3 posters
Page 1 of 1
how to fix my toolbar
how to fix my toolbar?
I've added script for this view of toolbar
https://i.servimg.com/u/f39/18/21/41/30/captur15.png
but it don't appear in my forum, only in the protal.
How to fix this problem?
Here is the script I've put in my CSS
I've added script for this view of toolbar
https://i.servimg.com/u/f39/18/21/41/30/captur15.png
but it don't appear in my forum, only in the protal.
How to fix this problem?
Here is the script I've put in my CSS
- Code:
#fa_toolbar {
background-image:url(http://r28.imgfast.net/users/2814/33/31/58/album/10442210.jpg)!important;
border-bottom:ridge 2px #B38000!important;
}
#fa_toolbar_hidden {
background-image:url(http://r28.imgfast.net/users/2814/33/31/58/album/10442210.jpg)!important;
}
#fa_toolbar :link,#fa_toolbar :visited {
color:#55271A!important;
}
#fa_right #fa_menu #fa_welcome,#fa_right.notification #fa_menu #fa_welcome,#fa_welcome,#fa_right #fa_notifications,#fa_share_text {
color:#55271A!important;
font-family:Georgia!important;
font-size:16px!important;
}
#fa_search #fa_textarea {
border:1px solid #B38000!important;
background-color:#FFFFF2;
margin-top:1px!important;
}
#fa_right.welcome #fa_menu #fa_welcome,#fa_menu:hover:visited,#fa_toolbar > #fa_right.notification > #fa_notifications {
background-color:#FFFFF2!important;
}
#fa_menulist {
background-color:#FFFFF2!important;
border-bottom:1px solid #B38000!important;
border-left:1px solid #B38000!important;
border-right:1px solid #B38000!important;
border-top:0 solid #FFFFF2!important;
}
#fa_toolbar #fa_right #notif_list li.see_all {
background-color:#FFFFF2!important;
color:#804804!important;
font-size:12px!important;
}
#fa_menulist a:link,#fa_menulist a:visited {
color:#804804!important;
text-decoration:underline!important;
}
#fa_toolbar #fa_right #notif_list li .content {
background-color:#FFECC9!important;
padding:5px!important;
}
Last edited by sunshine_222 on Fri 9 Jan - 19:19; edited 2 times in total
Re: how to fix my toolbar
Make sure you don't have any existing toolbar CSS which might have been there before you added the new toolbar CSS.
Re: how to fix my toolbar
Skins are installed with CSS at time of installation. So review your CSS for any other toolbar coding which may affect the one you wish to have.
Re: how to fix my toolbar
It should have the same selectors you have. A CSS code goes like this:
So the old rulings for the toolbar would be exactly the same as your new toolbar CSS codes, however their attributes and values would be different.
So just look for #fa_toolbar and such.
- Code:
Selector {
attribute: value;
}
So the old rulings for the toolbar would be exactly the same as your new toolbar CSS codes, however their attributes and values would be different.
So just look for #fa_toolbar and such.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum