• Resolved shahab570

    (@shahab570)


    I made my homepage with some content. But the page title shows at the top. I tried to hide it with elementor. It worked but this title has a border-bottom that still shows up on the screen. I want to remove the border of this hidden page title. This is my website front page link. You will see that there is a long white border above the “educational background” section. Help me to remove this long line of border

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @shahab570

    That line can be changed with one of the following codes. You can add it into Customizer -> Additional CSS:

    .nv-page-title-wrap.nv-big-title .nv-page-title {
       
        display: none !important;
    }
    .nv-page-title-wrap.nv-big-title .nv-page-title {
     
       border-bottom: #0081A7 !important;
    }

    The first one removes the title section of the page completely, while the second one changes the color of that line to the color of your current background. You can choose either one of them.

    I hope it helps! Please let us know if you have any questions.

    • This reply was modified 3 years, 11 months ago by danamv.
    • This reply was modified 3 years, 11 months ago by danamv.
    Thread Starter shahab570

    (@shahab570)

    Thank you for your help. It worked

    Hi @shahab570,

    There is also another option, without using custom CSS.
    When editing the page, if you click on Neve Options, there is an option to ‘Disable Title‘, at the Elements Section. https://prnt.sc/10tmk8y

    In this case, Additional CSS is not needed anymore.

    I hope it helps!

    Thread Starter shahab570

    (@shahab570)

    that’s a nice suggestion. Thank you so much

    Hi @shahab570,

    I am glad I was able to help!

    Please let us know if you have any more questions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Homepage title is not hiding’ is closed to new replies.