How to change alignment of post and page tittle from left to right.

Hello everyone
Anybody, please help me I want to know how can I change title of posts and pages to start from right instead of left.
I want to write in the Urdu language.
thanks in advance
regards M anees

Hey there,

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

You can use Loco Translate – WordPress plugin | WordPress.org or read this article thoroughly How to translate a WordPress theme including Shapely & Illdy - Colorlib so that you can change all the strings used in the theme and plugins to your language.

Best regards,
Support.

hi thanks for the reply
please tell me one more thing
How to change the alignment of the post’s title to start from right instead of left. I don’t want to change the whole theme just title of post and pages start from the right side.
thanks
my theme is dazzling

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the alignment of the post by going to Appearance > Customize > Additional CSS and pasting it there.

/*Post Alignment*/
.entry-title a {
    float: right;
}

Best Regards,
Support

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the alignment of the post by going to Appearance > Customize > Additional CSS and pasting it there.

/*Post Alignment*/
.entry-title a {
    float: right;
}

Best Regards,
Support