mobile navigation bar
anaviana
Registered Users Posts: 10 Big grins
Hello, I just changed the background color of my navigation bar. The background is white. It is also white in the mobile screen, but I don't want it to be white. How can I do it? Anyone knows the code to make the navigation bar go to the primary color of the theme? or to hide the white background?
Thanks
Thanks
0
Comments
Without seeing your site, no. Please post your site here.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
But I have one more question... I posted a blog post with check marks but the check marks are way too big in the mobile screen. How can I make the check marks be smaller in the mobile screen? my site is https://www.lovelypicturestudio.com/MY-BLOG/PHOTOSHOOT-CHECKLIST Could you share the css code or implement it? :)
Let me know! Thanks
I would suggest NOT using checkmarks as a jpg. I would use a font, and SmugMug happens to have one. The big advantage is when you switch to smaller devices, it stays in put and it doesn't change size.
I would remove your current checkmarks and text. Then use ONE HTML/CSS Block. Copy the code as follows:
HTML:
CSS:
It should look like this (my test page):
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
My next request... all my text is 30px between lines. How can I do the space betwen lines bigger? and I also want to make a space between paragraphs? It just looks more pleasant to the eye.
Thanks!
Thanks so much!!!
In that case, use this:
HTML:
CSS:
You can adjust the paragraph margin, text size, and line-height by editing
.checklist p
. The margin now says top margin is0
, left/right isauto
and the bottom is2em
.Mobile will stay the same size and location.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
awesome!! I love it!!!!!
and... another question... is it possible to include the subject: Inquiry in the contact form? I am asking because I would like to set up a filter in my gmail so when someone sends me an email and the subject is Inquiry, they will receive an auto response. Let me know! Thanks
You can't edit the SmugMug contact form.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk