Hello, I would like to enable fixed top menu, ie. I would like the black transparency behind the menu to be displayed all the time, not only when I start scrollling.
Thanks in advance

    ee61ny Hi. Please add this to css:

    .header-trans .com_dtregister .t3-header-wrap, .header-trans .t3-header-wrap {
        position: fixed;
        z-index: 1030;
        top: 0;
        background: rgba(0,0,0,0.86);
    }
    5 years later

    Hello,
    in which .css file in the folder structure?
    Thank you

      pixelpower It's recommended to put into: root/templates/your_template/css/custom.css file (create this file if it doesn't exist now)

      Write a Reply...
      You need to Login to view replies.