Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi.

    You have to change this

    #access > .menu > ul {
    border-left: 1px solid #E1E1E1;
    box-shadow: -1px 0 0 #FFFFFF;
    }

    Put the border-left css property like this

    #access > .menu > ul {
    border-left: none;
    box-shadow: -1px 0 0 #FFFFFF;
    }

    Regards!

    Thread Starter girbovan.ac

    (@girbovanac)

    Hello, thank you for the quick response.
    I managed to find out which code I have to change with the help of Chrome’s Inspect element option, but now I’m having problems with finding the file in which I have to change the code.

    Hi!

    You can go to Tempera Settings -> Miscellaneous Settings and put the code in the text area called Custom CSS :

    /* Tempera Custom CSS */

    #access > .menu > ul {
    border-left: none;
    box-shadow: -1px 0 0 #FFFFFF;
    }

    Regards

    Thread Starter girbovan.ac

    (@girbovanac)

    Thank you very much. It works. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Deactivate left border from primary menu’ is closed to new replies.