Hi,
Trying to remove a line separating the header and the main body in the Reformation Theme. I have seen others asking similar question and the popular answer is to add css code like this " .site-header {border-bottom: 0px solid transparent !important;} " at the “bottom” of the file.
Also, when I open the code, I don’t see “css” or “scss” files. just a ‘theme.liquid’ file. I am assuming this is similar?
I know the code can’t just sit at the bottom of the file. So can someone help me with this?
Hello @RobertCarmesi
I would like to give you a solution to support you
- Go to Online Store → Theme → Edit code:
-
Open your theme.liquid theme file
-
Paste the below code before :
you can add css inside the tag pair:
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Hi!
I added the code. No change.
It’s the little white line under the menu. Maybe its to the menu?
Do you have a link to your site? It would be easier to debug with one
yeah, sorry for the late reply. here it is.
https://carmesiny.com/
Assuming you have a file called app.css and that isn’t just a compiled one, add this line:
header.header.transparent--true {
border-bottom: 1px solid transparent;
}
Did you ever figure this out?