Hello, how can I center the title & date “Αστική Κηπουρική, December 14, 2022” of post?
Also, how can I translate this “December” to greece language?
Please check the link in private content
Kalimera!
Thanks for contacting us!
1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-content-slider .slide-content {
text-align: center;
}
2- It seems like your WordPress language is set to English. Please go to General > Settings and change it to Greek :)
Regards,
Yigit
thanks a lot. Also, how can I change the text (title and date). ex. “Βρείτε το pH του εδάφους σας
December 15, 2022”
Hi,
What exactly are you looking to change? If you want to display the date and time in a different format, then you can change it under Settings->General. If you are using the Greek language on the backend, then the date should follow that language.
Best regards,
Rikard
Ι want to change the color of title and date
Hi,
Please add following code to Quick CSS as well and adjust as needed
#top .slide-entry-title a {
color: red;
}
#top .slide-meta {
color: orange;
}
Best regards,
Yigit
thanks a lot!