change writing direction to be rtl

Hi @mohamed,

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

1- I wanna change writing direction to be right to left in second and third parralax sections at frontpage or even to be central.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

div#shapely_home_parallax-3 .col-md-4.col-sm-5.mb-xs-24 h3,
div#shapely_home_parallax-2 .col-md-4.col-md-offset-1.col-sm-5.col-sm-offset-1{
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  unicode-bidi:bidi-override;
  direction:rtl;
}
2- I need to remove the big title in the internal pages.

We have already answered this question in the following topics so please check the solutions posted there.

https://colorlibsupport.com/t/page-title-section-removal/

https://colorlibsupport.com/t/how-to-remove-shapely-theme-heading/

Best Regards,
Movin