Reporting bug - Border top line dont appear in parent theme

Hello. I think I found a bug.

.post-inner-content {
  padding: 45px 50px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-top: none;
}

I think it should be

.post-inner-content {
  padding: 45px 50px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-top: 1px solid #dadada;
}

or

.post-inner-content {
  padding: 45px 50px;
  background-color: #fff;
  border: 1px solid #dadada;
}

If really wrong I let this tip for the next release.

Thank you for the awesome work!

Oh, i just realized its ready for the post image.

Sorry. But if someone want to “close the box” of the inner content, there is :stuck_out_tongue:

Ok, i have two real bugs.

First:

“author” doesnt appear on posts preview at the main page in the version 2.2.1
But it does apper in red, in a big font size, before the post, sometimes O.o

Second:

When you customize the “tipography”, in sparkling options, and then edit the color of "main body text (used in p tags), and later try to set the default color, it appears “normal” color, not a html color code, and it doesnt let me to save.

Thanks!

Hi @danielspalma,

I hope you are well today and thanks for posting here.

“author” doesnt appear on posts preview at the main page in the version 2.2.1 But it does apper in red, in a big font size, before the post, sometimes O.o

Could you please share the screenshots of it so that we can better understand it?

When you customize the “tipography”, in sparkling options, and then edit the color of “main body text (used in p tags), and later try to set the default color, it appears “normal” color, not a html color code, and it doesnt let me to save.

I could confirm the issue on my test site therefore i have reported it to the theme developer on the following page so that it will be resolved.

Thanks,
Movin