• Resolved davideroppo

    (@davideroppo)


    Hi,
    I’m literally goin’ crazy to figure out where can I edit or better remove the phone number in the right topbar. Can you help me ? I’m using Neve 2.3.9 and WordPress 5.2.1

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @davideroppo,

    We can remove the phone number with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css

    .nv-html-content {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Hi @davideroppo,

    Neve has a header builder, where you add/reorder different elements. You can remove that element, by going to Appearance > Customize > Header and click on that element, which is probably HTML. Then just delete its content.
    Let me know if that helps.

    Regards,
    Rodica

    Thread Starter davideroppo

    (@davideroppo)

    I removed the html element that seems empty, and it worked. Thank you !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit/Remove Phone number from topbar’ is closed to new replies.