New Topic

Reply To: Help with Header, Child theming, images

Home › Forum › Customization › Help with Header, Child theming, images › Reply To: Help with Header, Child theming, images

#2170

StartupWP
Keymaster

1. For the header/logo/title. What might be a better solution is to just upload the logo through your StartupPro Options and add “Dogs are Gifts; Well Behaved Dogs are Blessings” for the description under Settings > General. From here it would be easier to then style things to look more the way you want.

2. For hiding the reply box see https://startupwp.com/topic/removing-comments-from-pages-and-posts/.

3. Here’s how we can break up the menu tabs:

#menu {
  background-color: transparent;
  background-image: none;
}

#menu ul li a {
  background: #000;
  border-right: 0 none;
  margin-right: 5px;
}