Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter anggaes

    (@anggaes)

    Okey, 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 : white

    it didnt make change.

    Please, help me.

    Because, The Code can work in Localhost, but It dont work in hosted site.

    hello, 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(‘https://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

    Thread Starter anggaes

    (@anggaes)

    Menus – 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 menu

    I cant find Screen Option in WP 4.1. Is there another way ?

    -edited-
    Thank you ??
    I find it

Viewing 3 replies - 1 through 3 (of 3 total)