Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1060197
    VIN123
    Participant

    Hello

    Im looking to get this image http://vintarget.com/wp-content/uploads/2016/06/sitelock_godaddy_logo.png
    put into to TOP MENU bar far right on our site. http://www.vintarget.com Currently we have phone number centered in top menu bar and we want that to stay but we want to add this image to the bar.

    Thank You

    #1060234
    Thai
    Moderator

    Hey There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-topbar-inner.x-container.max.width {
        background: url(http://vintarget.com/wp-content/uploads/2016/06/sitelock_godaddy_logo.png) center right no-repeat;
    }

    Hope it helps 🙂

    #1060255
    VIN123
    Participant

    That worked but it doenst display well on Mobile – Is there something I can add so it only shows on desk top and not mobile view.

    Thanks

    #1060262
    Thai
    Moderator

    Hey There,

    Please update the previous CSS a bit:

    @media (min-width: 980px){
      .x-topbar-inner.x-container.max.width {
        background: url(http://vintarget.com/wp-content/uploads/2016/06/sitelock_godaddy_logo.png) center right no-repeat;
      }
    }

    Let us know how it goes!

  • <script> jQuery(function($){ $("#no-reply-1060197 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>