• Hi team

    How to make the header height short and transparent.

    Could you pls share the CSS and guide me on where to apply it?

    Thanks

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter ramsypal

    (@ramsypal)

    Oh, I see, I just want to know if I need to add a separation or border below the header, do I need to add CSS, or can I simply change the settings?

    ying

    (@yingscarlett)

    Do you mean you want to add a border to the header? if so, you can use this CSS, feel free to change the border width and color.

    .site-header {
        border-bottom: 2px solid red;
    }
    Thread Starter ramsypal

    (@ramsypal)

    Thanks

    ying

    (@yingscarlett)

    You are welcome ? ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Header height issue’ is closed to new replies.