Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • gringo211985 Friend
    #196566

    Hi there,

    Not sure if this is a bug, but when you hover over the active menu item in the blue layout the menu changes size width wise and is kind of like a bug. I think it’s missing the border, you can replicate this on the demo of bookshop.

    Not sure if you wanna update the template download package with this but thought I would point it out for you.

    fmfame Friend
    #530029

    Hi gringo.

    You mean the 1px change after hovering menu items?
    Thats on all color options because only the background is changing and the border is not active.

    On blue color template its the highest contrast so you think its only in blue theme but in red color its also and its on all menu items..

    I don’t think thats a bug but if you want you could create a custom.css in templates –> ja_bookshop –> css

    and add the lines to the custom.css file:
    @media (min-width: 979px){
    #t3-mainnav .t3-navbar .navbar-nav li a:hover {
    border-right: 1px solid #0067a2;
    border-left: 1px solid #0067a2;
    }
    }

    Regards

    gringo211985 Friend
    #530051

    <em>@fmfame 420625 wrote:</em><blockquote>Hi gringo.

    You mean the 1px change after hovering menu items?
    Thats on all color options because only the background is changing and the border is not active.

    On blue color template its the highest contrast so you think its only in blue theme but in red color its also and its on all menu items..

    I don’t think thats a bug but if you want you could create a custom.css in templates –> ja_bookshop –> css

    and add the lines to the custom.css file:
    @media (min-width: 979px){
    #t3-mainnav .t3-navbar .navbar-nav li a:hover {
    border-right: 1px solid #0067a2;
    border-left: 1px solid #0067a2;
    }
    }

    Regards</blockquote>

    Thanks for the help but that didn’t work how I was meaning, if you look at the picture below you will see what happens when we add your code.

    I have fixed the problem myself on template.css line 1020 by adding the border-left and border-right.

    Thanks anyway 🙂


    1. 819hR
    fmfame Friend
    #530275

    Oh, sorry for missunderstanding

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  fmfame 10 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum