New Topic

Reply To: Customization (My Website)

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

#1008

StartupWP
Keymaster

1. Update your h1 style to include display like so:

.single .entry-title {
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 12px;
  text-align: left;
}

2. Use:

.single .entry-title a {
  color: #DBB84D;
  cursor: text !important;
  text-decoration: none !important;
}

3. Use:

.post-to-page-readmore {
  float: right;
  margin: -19px 160px 0 0;
  padding-left: 0;
}

4. Might be better just to remove by adding:

.post-to-page-wrapper {
  border-bottom: 0 none;
}