Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I'm trying to set a new page using a "Pangolin Page" and I am having a small issue getting it the way I want,
The test page is here http://tsiphotography.co.uk/galleries/p … kes_edits/ if you look at the menu items there is an unwanted line\border under events and portraits, this does not appear here http://www.tsiphotography.co.uk/galleries/portraits/ which a non backlight 1.2 template?
Offline
that's the new design.
If you want your menu items to be segregated, you could try the Fly-out style.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
If you don't want to see the borders between items, try setting the border-color same as the background, or making it fully transparent.
Offline
That's a shame when options are removed.
Also where is the font size for the navigation items, there was an option under navigation to change the font size which appears to be missing with the new pangolin page??
If you don't want to see the borders between items, try setting the border-color same as the background, or making it fully transparent.
Last edited by mridley (2017-07-01 15:50:13)
Offline
Well, the entire navigation was removed. And then completely rebuilt, because I wanted drop-downs -- when people use them -- not to be a hangup on large touch-screens, like the iPad Pro.
Not everything made it back into the rebuilt navigation, though, some of it by oversight rather than omission. So I'll take the feedback and see what I can do for our next update.
Offline
I'm working this stuff into the next update. Until then, you can use this custom CSS for fonts.
nav.nav .menu-item,
nav.nav .menu-item a,
nav.nav .menu-item span
{
font-family: Arial, sans-serif;
font-size: 0.875rem;
font-weight: 400;
}
nav.nav_v .menu-item,
nav.nav_v .menu-item a,
nav.nav_v .menu-item span
{
font-size: 0.875rem;
font-weight: 400;
}
nav.nav_v .menu > .menu-item,
nav.nav_v ul .menu-item a {
border-width: 0 0 0;
}
Offline
Pages: 1