Lines suddenly appeared between sections on refresh theme

Lines have appeared between the sections on the page, Im not sure why as they weren’t there before. they’ve ruined the look of the page and I need to remove them.

Can you send a link?

sure thanks, stackcup.myshopify.com, password STACKEM

it is because of this line (line number 2730 )in the base.css. please replace that line with this one

background: transparent !important;

also, add this line at the bottom of the base.css file

sticky-header{
  background: #fff;
}

Thanks that’s fixed it!

Hi, the floating navigational menu has a transparent background which means that it just shows as text over other text when someone scrolls down the page. Are you able to tell me if this is as a result of this new code? If so is there a way to resolve it? Many thanks

Do you want header background color white or some thing else?

White if possible please

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
.section-header{
 background: #fff;
}

Thanks! The text in my store has now disappeared though! Any ideas?

it is there

Sorry on the individual listings I mean. When you click them there is no text showing

Please go to theme settings in customizer and select color, from there you can change the base text color or fore ground color. it is currently set to white.