jallory
-
Posts
43 -
Joined
-
Last visited
Community Answers
-
jallory's post in menu background on pages other than home page was marked as the answer
@christyprice Thanks anyway. Fyi I figured out by changing the CSS for my background image to .Header--top instead of .Header
-
jallory's post in Mobile top header background image 7.0 was marked as the answer
@christyprice Thanks. Here's what I ended up using that worked better.
.Mobile-bar.Mobile-bar--top {
background-image: url('url_of_my_uploaded_image_here'); background-repeat:no-repeat; background-size:cover; background-position: center;}
Combined your .Mobile-bar.Mobile-bar--top suggestion with background image CSS for desktop from insidethesquare.co