Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
alexhenes
Experienced
Topic Author
Posts: 568
Joined: 28 Sep 2006, 16:13

Topbar Opacity

27 May 2017, 10:03

Is there a way to change the opacity of the Topbar? I would like to make it much darker.

Thanks
Alex
https://www.merelyafleshwound.com
https://www.goldenbikeshop.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Topbar Opacity

27 May 2017, 10:15

You mean when it's "fixed"? Or when it's overlaying an image/slideshow intro? If not, I am not sure what you mean, because the topbar doesn't overlay anything by default, and opacity wouldn't have any effect.

At www.photo.gallery, we customized the fixed topbar to be DARK instead of inheriting the skin background. I was thinking of implementing this as an option, because it's nice with the contrast when the menu is fixed.
 
User avatar
alexhenes
Experienced
Topic Author
Posts: 568
Joined: 28 Sep 2006, 16:13

Re: Topbar Opacity

27 May 2017, 11:02

Hey Karl...

Just so I avoid any semantics... check out http://www.goldenbikeshop.com/

The logo looks great when the background is dark.

At test.39thavenueapartments.com the logo doesn't look as good with the light topbar
Alex
https://www.merelyafleshwound.com
https://www.goldenbikeshop.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Topbar Opacity

28 May 2017, 01:16

alexhenes wrote:Just so I avoid any semantics... check out http://www.goldenbikeshop.com/

The logo looks great when the background is dark.

At test.39thavenueapartments.com the logo doesn't look as good with the light topbar
A few things:

First of all, did you try to navigate to Panel > Index > Settings > Gallery > Slideshow Intro > "white on 25% black"? The background for the MENU/LOGO combo is always set separately when you are using an "intro", like you are doing on the front page. It will look much better, like this:
Image

As for normal pages (without intro), it seems a bit strange that you are using a DARK theme for goldenbikeshop.com and a LIGHT theme for test.39thavenueapartments.com, and then comparing them. Why not use the TWILIGHT skin? A logo should be created for the background it is displaying on, and it's normal to have TWO logos, one for dark and one for light backgrounds. In your case, you have a logo optimized for DARK backgrounds, currently used on a LIGHT skin (twilight).

ANYWAY, if you for some reason want a darker background behind the header area, while keep a LIGHT skin (twilight), that can be achieved with custom CSS. Keep in mind, it's two entirely unique scenarios that decide 1. The header background color/opacity when using an "intro" module (as in the screenshot above), and 2. In normal mode, for example like your "contact" page, see screenshot below:Image

If you want to force a dark background, it will look like the below screenshot, which in my opinion, does not match the skin? Why use a LIGHT skin in the first place? The goldenbikeshop uses a DARK skin.
Image
 
winph
Experienced
Posts: 236
Joined: 19 Jul 2008, 05:07

Re: Topbar Opacity

24 Aug 2017, 19:28

Quick question, how do i change topbar color? And can i customize the color of the menu button on mobile or small device?
 
winph
Experienced
Posts: 236
Joined: 19 Jul 2008, 05:07

Re: Topbar Opacity

24 Aug 2017, 19:31

Menu button is the square button with 3 lines. I want to change this to match my logo’s color.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Topbar Opacity

25 Aug 2017, 02:18

winph wrote:Quick question, how do i change topbar color?
When you say "topbar color", do you mean the background on the topbar section? As showcased in one of my screenshots previously in this post, the topbar inherits a color related to the SKIN, and also has conditional variations based on if it is 1. FIXED (on scroll), 2. OVERLAY (when it is overlaying an intro slideshow/image), and 3. depending on if you selected "clear" or "filled" skin. Even if you apply a custom color from, you are basically locking all variations to your color.

Besides, normally the topbar is simply clear (transparent), unless you selected "filled". OR are you talking about the topbar background only in intro mode (when it is overlaying an image)? Hard to answer with being more specific.
winph wrote:And can i customize the color of the menu button on mobile or small device?
And what is your logo color? By default, X3 already sets the same color for text logo and the menu background, but I guess you may have a custom logo. You would need to use custom CSS, but would be helpful if you have a link and reference to your logo.
 
winph
Experienced
Posts: 236
Joined: 19 Jul 2008, 05:07

Re: Topbar Opacity

25 Aug 2017, 21:06

i want to change the topbar to pure white, then my logo is black. my site is sherwintan.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Topbar Opacity

26 Aug 2017, 00:32

With white, the menu disappears:
Image

It might work if you go to the index page slideshow settings, and change the slideshow "use as intro" menu style to "normal", and then add the below to settings > custom > custom CSS:
Code
.nav-wrapper {
  background: white !important;
}
 
winph
Experienced
Posts: 236
Joined: 19 Jul 2008, 05:07

Re: Topbar Opacity

26 Aug 2017, 07:23

Super thanks! Now need to figure out how to make sub menu turn into white :)