cannabis ape

Registered
Hi there.

How do I get a drop down on hover on this part?(see photo) like you have on this board.

Also how do I make the background transparent while not hovering it and align the search glass with the rest :)

Cheers.

jyuas7u.org-2018-08-09-12-35-54.png
 
No ability to downdrown on hover, XF chose to make this a click function for mobile first purposes. I'm not sure of a way of changing it either to be honest.

Background: Style Properties -> Header and navigation, change the Header adjustment color, the % can be set to 0 to make it the same as bg behind it.

The search is a little awkward in some sizings, this in extra.less would push it up just a hair:

Code:
.p-navgroup-link--search i {
    position: relative;
    top: -1px;
}

-2px would be higher and so forth.
 
No ability to downdrown on hover, XF chose to make this a click function for mobile first purposes. I'm not sure of a way of changing it either to be honest.

Background: Style Properties -> Header and navigation, change the Header adjustment color, the % can be set to 0 to make it the same as bg behind it.

The search is a little awkward in some sizings, this in extra.less would push it up just a hair:

Code:
.p-navgroup-link--search i {
    position: relative;
    top: -1px;
}

-2px would be higher and so forth.
Oh :( thought you were on xf2 also as you got it to work.

Need the search icon a bit to the left but will get it now, cheers.
 
No ability to downdrown on hover, XF chose to make this a click function for mobile first purposes. I'm not sure of a way of changing it either to be honest.

Background: Style Properties -> Header and navigation, change the Header adjustment color, the % can be set to 0 to make it the same as bg behind it.

The search is a little awkward in some sizings, this in extra.less would push it up just a hair:

Code:
.p-navgroup-link--search i {
    position: relative;
    top: -1px;
}

-2px would be higher and so forth.

Thanks I have been searching for info on this, was about to post. I guess that makes sense, still a missed feature for desktop users.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back