Okay
  Public Ticket #147286
Featured Image For The Blog
Closed

Comments

  • Anthony started the conversation
    Hello again, Not sure when your going to update the theme again but maybe you can look into having a options for the featured image on the blog to turn them off or on. ( if there is one I missed it sorry) I would like to show them sometime. I just wanted to ask... And one more thing i wanted to ask, Is there a way to get the font color a black color for the body font, right now it's a gray color and sometime it hard to read it. Anthony
  •  1,043
    ThemeNectar replied

    Hey Anthony!

    1. There's a big update coming out in a few days but unfortauely the current featured list is already completed and the rest of the time is for beta testing/polishing - I will note this for future development though :)

    2. You can accomplish that by adding this into your custom css box in the theme options panel:

    html body, html body p {
      color: #000;
    }

    Cheers :)

  • Anthony replied

    Thank You!

  •  1,043
    ThemeNectar replied

    You're welcome! :)