anggaes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] logo in topbar menuOkey, I had tried to correct CSS. with this one
#nav-topbar .nav li.topbar-logo a, #nav-topbar .nav li.topbar-logo a:hover { display: block; background-image: url('../toplogo.png'); background-repeat: no-repeat; text-indent: -9000px; padding-top: 10px; }But, it seems no change.
Btw, when I try change background-color of topbar-logo class with
background-color : whiteit didnt make change.
Please, help me.
Because, The Code can work in Localhost, but It dont work in hosted site.
Forum: Themes and Templates
In reply to: [Hueman] Logo in the TopBarhello, i’ve tried this way
#nav-topbar .nav li.topbar-logo a,
#nav-topbar .nav li.topbar-logo a:hover {
display: block;
background-image: url(‘http://path to your logo’);
background-repeat: no-repeat;
text-indent: -9000px;
padding-top: 10px; // using a 64×40 image
}it works in localhost, but when I try it in my hosted site (usukali.com), it didnt work correctly. I try to change value of background-color to check the css in child theme, but it still dont work.
But, when I override the background-color for sidebar, it work correctly. Please, help me
Forum: Themes and Templates
In reply to: [Hueman] logo in topbar menuMenus – Screen Options enable CSS Classes
Select a Links menu item
URL is your site
Link Text blank
Add to Menu
After adding to menu, open “Menu Item” and set CSS Class to “topbar-logo”
Move it to the top of the menuI cant find Screen Option in WP 4.1. Is there another way ?
-edited-
Thank you 🙂
I find it