New Topic

Reply To: Customization (My Website)

Home › Forum › Customization › Customization (My Website) › Reply To: Customization (My Website)

#946

StartupWP
Keymaster

1. There in your theme options you need to check the box to turn on Custom Styles, but actually since you’re using a child theme, probably better just to use:

body, #wrapper{min-width:1000px !important}

2. Try:

#wrapper nav #s {
  color: #666666 !important;
}

3. Try updating to:

footer li {
  border-right: 1px solid #BF9619 !important;
  display: inline-block !important;
  margin: 0 !important;
  min-width: 58px !important;
  padding: 1px 5px 1px 2px !important;
}