Viewing 2 reply threads
  • Author
    Posts
    • #5475

      My first question to the header. There are three options. Can I change the colors? Currently I have the dark variant. But there is a blue print inside. I would like to change the color.

      My second question I have a logo If I insert it does not fit itself. Unfortunately I had only the option to cross-paste. In the appendix the origial logo. Can I position it in the menu without it is trimmed? And can one change the width of the menu?

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

      Hi mijamija,

      1. I think you could use Header 03 instead. It will bring you a bright variant:

      http://prntscr.com/f3vh0k

      If you would like to keep using Header 02 with bright variant, you can use Custom CSS to change color.

      2.

      – To change padding/ margin of Menu: http://prntscr.com/f3vhom
      – To change Logo: http://prntscr.com/f3vi3n – for a particular page or http://prntscr.com/f3vi78 – for all pages
      – To position logo with menu: You can insert a custom link of logo into menus and leave the original Logo fields empty.

      Hope these could be clear for you!

    • #5502

      .logo{
      height:100%!important;
      padding:0!important;
      }

      header {
      position: relative;
      padding: 30px 5%;
      text-align: center;
      background-color: #2E394D;
      background-size: cover;
      }
      header h1 {
      color: #ffffff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      font-size: 1.25rem;
      }

      I put this in the style css but it don’t work

Viewing 2 reply threads

You must be logged in to reply to this topic.