What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Help .popup .arrowwidget Change

Discussion in 'XenGallery' started by cyberloach, May 6, 2016.

  1. cyberloach

    cyberloach Authorized Member Authorized

    Hello,

    Currently the Gallery subnav tab .Popup .arrowWidget is styled with a dark png arrow. My subnav is also dark. When I make the change to this in css it seems to also change the other areas within my site that use this css class.

    For example you can see here: http://canadart.org/gallery/

    In the subnav there is a dark popup arrow and then to the right for 'Sort Albums' there is also a dark arrow. When I make the change to the dark arrow in the sub nav, it also affects the 'Sort Albums' arrow.

    Any tips to make this change only to the sub nav?
     
  2. sonnb

    sonnb Administrator Staff Member

    Hello,

    Actually this is not because of XenGallery. It uses what XenForo provides. It means the color of the sub navigation bar should be lighter or the narrow in sub navigation bar must be changed.

    You can try to change the icon of this CSS:
    Code:
    .tabLinks .Popup .arrowWidget
     
  3. cyberloach

    cyberloach Authorized Member Authorized

    Thank you. Incase anyone else runs into this problem, I ended up using this css to show the white arrow widget instead for the subnav:

    Code:
    .secondaryContent .PopupClosed .arrowWidget
        {background-position: -64px 0 !important; }
    
     
    sonnb likes this.

Share This Page