Help with: Search Bar, Text Justification, Post Meta Data, Flexslider

Hi, few questions for my website http://www.timesnewromance.art/:

  1. Search Bar

How can I change font and font size of “search” word that appears in the search bar?

  1. Text Justification

Is there a way to set all posts with justification alignment?

  1. Post Meta Data Section

In Italian “Posted on” is wrongly translated as “Pubblicato in” instead of “Pubblicato il”. I’d like to correct it using CSS and possibly also to change the way it is translated the word “By”.

  1. Flexslider on Mobile Devices

Is it possible to set the height of the slider only for the mobile devices?

Hi @francescomas,

I hope you are well today and thank you for your questions.

1) Search Bar

How can I change font and font size of “search” word that appears in the search bar?

You can change it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.nav-search input[type="text"] {
    font-size: 15px;
    font-family: monospace;
}
2) Text Justification

Is there a way to set all posts with justification alignment?

  1. Post Meta Data Section

In Italian “Posted on” is wrongly translated as “Pubblicato in” instead of “Pubblicato il”. I’d like to correct it using CSS and possibly also to change the way it is translated the word “By”.

  1. Flexslider on Mobile Devices

Is it possible to set the height of the slider only for the mobile devices?

To help us keep support thread separates could you please create new thread for each of your other questions here Activello - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin