Tagged: x
-
AuthorPosts
-
June 26, 2016 at 11:34 am #1060197
VIN123ParticipantHello
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
June 26, 2016 at 12:17 pm #1060234
ThaiModeratorHey 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 🙂
June 26, 2016 at 12:54 pm #1060255
VIN123ParticipantThat 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
June 26, 2016 at 1:03 pm #1060262
ThaiModeratorHey 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1060197 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
