• Hello guys,
    Im using mystile from woocommerce.

    I have problem with my set
    here is the link http://www.metrotoyworks.net

    my problem is the logo, whenever I hover on it, the background of the button changes to white and offsets the image a bit. any idea on how to fix this?

    I want it to stay the same as it is when the mouse pointer is not on it, and when i click it , it will return me to my home page.

    I used a Link and added it to my top navigation bar
    and entered the css style as my-home-link
    and entered this css code to the editor

    .my-home-link a {
    padding-left: 1px !important;
    background-image: url(‘http://metrotoyworks.net/wp-content/uploads/2015/02/new-metrotoyworks-logo-wp-e1424368889652.png’) !important;
    background-repeat: no-repeat !important;
    background-position: left;
    text-indent: -9999px !important;
    height: 40px;
    width: 240px;
    }

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s because your logo is for some reason within the navigation menu.

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    #top #menu-item-513 a:hover,
    #top #menu-item-513:hover {
        background-color: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Logo problem’ is closed to new replies.