Hey there,
Please try updating to the latest version of Apex (1.34) through your Appearance menu, and then check if this helps.
There was a similar bug in Apex that was fixed in a newer version, so that could resolve the issue.
Hi Ben,
Thanks for the proposal! I updated, but nothing has changed. I also updated WordPress, no use as well (except my css has gone, lol).
Is there any other possible cores of that issue?
That one is resolved by myself:
I just thought, I’d rather removed the post date at all, because it looks weird: the word “published” is in English, and the date is in Russian. I tried to removed it via style.css and rtl.css, but not succeeded.
Please let me know what code should I put and where?
It looks like this is a bug in the Morning theme affecting certain languages. You can download a fixed copy here: click to download. To install it, switch from the Morning theme to Apex and delete the copy of Morning installed on your site. Then you will be able to upload the copy you downloaded from the link here.
Alternatively, if you just want to remove the date entirely, you can use the following CSS:
.post-date {
display: none;
}
Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.