Hello, is it possible to move the border from under the menu to above the menu (under the logo)?
thanks!
Goal: move the decorative border from below the menu to above it (under the logo) in the Pipeline theme.
Context: The store URL and a screenshot were shared to illustrate the header layout. The image is important to understand placement.
Proposed approaches (CSS edits in theme.css):
Notes on terms:
Status: No confirmation from the requester that a solution worked; outcome unresolved/ongoing. Action items: try the CSS snippets and adjust values (px/% and border size/color) to match the specific header height and desired placement.
Hello, is it possible to move the border from under the menu to above the menu (under the logo)?
thanks!
Hey, please provide store URL
Hello @MonikaBo ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your theme.css file and paste the following code below:
.hover__bar {
top: 30px !important;
}
Thanks
Add the following code to the end of your theme.css file.
.header__desktop__bar__r {
border-top: 5px solid black !important;
}
Follow same steps but use this css
.hover__bar {
top: 66%;
}