E) Author box title in the wrong color and typeface

Homepage Community Forums Epik Theme Support E) Author box title in the wrong color and typeface

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6357
    Terence
    Customer

      The author box title was showing up in black on a dark blue background, or rather it wasn’t showing up at all. Just as well really as it had reverted to Helvetica instead of Open Sans.

      This fixed it.

      .author-box-title {
      	color: #fff;
      	font-family: 'Open-Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      }

      Will Erick be reversing these fixes back into 1.4, or do I need to make sure my CSS doesn’t get overwritten on any update in the future?

      Terence.

      #6368
      Terence
      Customer

        Ooops! It was late at night and I meant to ask “will Wes be reversing these fixes back into 1.4…?”

        Terence.

        #6379
        Eric
        Customer

          I’m sure it was an oversight, I’ll let him know.


          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.