Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rabbito Friend
    #1075977

    How can I remove the border lines found left and right of the Mega Menu as seen in the attached image.


    1. image
    Saguaros Moderator
    #1076081

    Hi,

    You will need to customize it a bit, try to add below css into the file: root/templates/ja_teline_v/css/custom.css (Create this file if it doesn’t exist)

    .t3-mainnav {
    border-bottom: none;
    border-top: none;
    }
    
    .t3-mainnav > .container {
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #111111;
    }
    rabbito Friend
    #1092489

    It works perfectly.
    Thank you for your help!

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

This topic contains 2 replies, has 2 voices, and was last updated by  rabbito 6 years, 2 months ago.

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