Okay
  Public Ticket #1740756
Main Navigation
Closed

Comments

  •  7
    Vibbio started the conversation

    How to make main navigation's background in a different colour?

    {"wp":{"use":false,"adminUrl":"https://new-site.vibbio.com/video-hub/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Vibbio,

    Please add the code below to your Custom CSS area:

    header.site-header {
        background: #263645;
    }

    Thanks!