Home Forums Online Portfolio Pro How do I add a Top Bar Menu?

Viewing 5 reply threads
  • Author
    Posts
    • #4374
      Skippy1234
      Participant

      Hi,

      Could someone please tell me how to add a top bar on my main page, where I can then add different links tp pages on my site, e.g. Portfolio, Contact, Home etc.

      Many thanks.

    • #4375
      Skippy1234
      Participant

      This has since been resolved. Please delete/ignore.

      Many thanks.

    • #4392
      arjun
      Keymaster

      please check documentation https://documentation.amplethemes.com/online-portfolio-pro/ once or check this video turial for set up demo data https://youtu.be/BggfH64xqII

      • #4398
        Skippy1234
        Participant

        Many thanks Arjun, much appreciated.

    • #4409
      Skippy1234
      Participant

      Could you please advise if the top bar is customizable, as I am unable to see any way of doing this (I need to change it from transparent to black).

      I’m presuming the only option is to use CSS code, however could you please confirm?

      Many thanks.

    • #4412
      arjun
      Keymaster

      For now, we did not provide customizer option for changing header background color, on next update we will add this option too on our theme, please use following css on customize > additional css copy and paste below CSS and published it, if it does not work let me know

      @media (min-width: 992px){
      #header.header-scrolled {
      background: rgba(6, 6, 6, 0.99);
      transition: all 0.5s;
      }
      }
      .nav-menu a {

      color: #ffffff;

      }
      #header #logo h1 a, #header #logo h1 a:hover {
      color: #fff;

      }
      #logo p {
      padding: 0;
      margin: 0 0px 0px 12px;
      color: #fff;
      }

      • This reply was modified 4 years, 12 months ago by arjun.
    • #4413
      Skippy1234
      Participant

      This worked a treat, thank you very much Arjun.

Viewing 5 reply threads
  • You must be logged in to reply to this topic.