ForumLover Member Licensed customer Jul 23, 2025 #1 I am getting a theme color change when I click on an image on the site www.studentfilmmakers.com. Here is a video clip of what is happening: https://www.loom.com/share/c067d2f7449a408a882d978d31090f52?sid=5cbe6f73-fcaf-4168-9602-e20d4f7aa17b
I am getting a theme color change when I click on an image on the site www.studentfilmmakers.com. Here is a video clip of what is happening: https://www.loom.com/share/c067d2f7449a408a882d978d31090f52?sid=5cbe6f73-fcaf-4168-9602-e20d4f7aa17b
M@rc Well-known member Licensed customer Jul 23, 2025 #2 You're switching between 2 themes (one with the white background header and the other with the blue) Admin Panel -> Setup -> Options -> XenForo Media Gallery -> Override default style Upvote 0 Downvote
You're switching between 2 themes (one with the white background header and the other with the blue) Admin Panel -> Setup -> Options -> XenForo Media Gallery -> Override default style
ForumLover Member Licensed customer Jul 23, 2025 #3 That worked. Thank you. What about on mobile. On my phone I get that same dark blue which really does not look good on the phone. Upvote 0 Downvote
That worked. Thank you. What about on mobile. On my phone I get that same dark blue which really does not look good on the phone.
M@rc Well-known member Licensed customer Jul 23, 2025 #4 Add this to your style's extra.less Admin Panel -> Appearance -> Styles & templates -> Styles -> Choose and select Templates -> extra.less Code: @media (max-width: @xf-responsiveMedium) { .p-nav { color: #000; background: #fff; } } Change the background #fff and the text color #000 to whatever you like. Upvote 0 Downvote
Add this to your style's extra.less Admin Panel -> Appearance -> Styles & templates -> Styles -> Choose and select Templates -> extra.less Code: @media (max-width: @xf-responsiveMedium) { .p-nav { color: #000; background: #fff; } } Change the background #fff and the text color #000 to whatever you like.
ForumLover Member Licensed customer Aug 1, 2025 #5 That worked! Thanks! The phone logo needs to be a little larger I think. It's micro. Upvote 0 Downvote