Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1376253

    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

    #1376258

    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

    #1376395

    thanks a lot. Also, how can I change the text (title and date). ex. “Βρείτε το pH του εδάφους σας
    December 15, 2022”

    #1376499

    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

    #1376757

    Ι want to change the color of title and date

    #1376798

    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

    #1376864

    thanks a lot!

    #1376867

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Centering post title’ is closed to new replies.