Hi!
The line below the active page is different compared to the Start page and the rest of the pages. I think the way the lines is on the Start page is OK. On the other pages, the line is to low and almost unvisible. Is this something that could be done with CSS?
I also wonder why I get a horizontal line in the bottom of the second page “Magiska Shower”, despite that I have deselect lines in the colorsections. I used this CSS to get rid of the line, that I got from this forum another time, but then I loose the line below the slider on the Start page.
.container_wrap {
border: none!important;
}
Is there another solution to get rid of this line?
Thanks!
Hi Effektid!
Add this to your custom CSS.
.avia-menu-fx { bottom: 30px !important; }
#after_section_4 {
border-top: 0 none !important;
}
Regards,
Elliott
Very nice! Thanks!
Hmmm, it’s not working when I scroll the page, the line moves up and is placed above the menu text. I guess it’s not possible to fix this!?
Hi!
Please add following code to Quick CSS as well to manage the height of menu fx when scrolled down
.header-scrolled .avia-menu-fx { bottom: 10px !important; }
Regards,
Yigit
Thanks! That was better! But must the line be animated? The line starts above the text and then animates down, over and below the text. Best option would be if the line was immediately below the text. Is that possible?
Hi!
Use this to remove the animation:
.avia-menu-fx {
transition: none;
}
Best regards,
Ismael
Perfect! Thanks!
But there is still problem with the forum! Every time I submit something I just get a white screen!