Home Forums Basel support forum How to change color of main menu lines and remove a page heading line created

How to change color of main menu lines and remove a page heading line created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45800

    hsianglin21
    Participant

    Hi,

    May I ask how to how to change color of main menu lines and remove a page heading line created?
    kindly refer to attached screenshot, thank you very much.

    Attachments:
    You must be logged in to view attached files.
    #45852

    Artem Temos
    Keymaster

    Hi,

    Please, send us a link to your website so we can see it.

    Thank you

    #45888

    hsianglin21
    Participant

    Hi, my website is below..

    only best selling page has the additional page line, also i want to change the color of the menu bar lines as in my previous screenshot, thank you

    #45903

    Artem Temos
    Keymaster

    Here is a code snippet to change the color and remove the page title border

    .navigation-wrap {
        border-top: 1px solid rgb(213, 78, 78);
        border-bottom: 1px solid rgb(213, 78, 78);
        position: relative;
    }
    
    .page-title {
        border-bottom: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)