Discussions

Ask a Question
Back to All

New Gen CSS Edits

Hello

I hope this is the correct place to ask these questions! I am sorry if I am posting in the wrong place.

I am hoping for some direction for a few items I am trying to accomplish. I've read the css cookbook but it seems to mostly be geared towards the old site and I using the new-gen site.

  1. In the mobile version I want the background of the search function to be white/offwhite (so its visible). In the desktop version this css worked but I don't know how to make it work for mobile. I changed out the words desktop for mobile but no change.

.ins-headersearch--desktop .ins-headersearch-field {
background: white;
}

  1. I really want some more options on how my categories are displayed. I have six and they are in two lines of three and massively spaced out. almost in a giant header style. I would prefer them to be on the top in a navigation stall single bar or (more prefereably) along the side of the page. Again I have no idea how to change this.

Thank you everyone in advance for your help and input!