Can you provide me with some quick css to remove the border line underneath the header. It only seems to be showing up on my portfolio pages. Thank you!
Hey djshortkut!
Please add following code to Quick CSS
.container_wrap {
border-top: none;
}
Best regards,
Yigit
This worked for me:
/*removes top and bottom borders from subnav*/
#top .av-submenu-container {
border-bottom-width: 0px;}
Thank you! You can close this thread.
Hey!
glad you figured it out and thanks for sharing your solution with others. Let us know when you need some more help.
Cheers!
Andy