Special Offer: Buy All 45 Premium WordPress Themes for Just $51. Learn more

How to Change Theme Text Direction From Right to Left

No Comments

By default text direction in our themes is Left to Right. However, if your website is written in Hebrew or Arabic text, then you probably will have to change text direction to Right to Left.

It will require a small code change. Here are all of the necessary steps:

1. Login to your WordPress Admin Panel

2. Navigate to Left Menu -> Appearance -> Editor

3. Open header.php

4. Replace:

<body <?php body_class(); ?>>

with:

<body <?php body_class(); ?> dir=”rtl”>

5. Save changes

Read More

Categories: Uncategorized

AyaInteriorDesignPro Theme: Auto rotate Slider Images

No Comments

By default slider images in AyaInteriorDesignPro Theme will not rotate until user clicks on prev/next arrows or play button.

In some cases you may want to make them auto rotate by default. It will require a small code change, here are all of the necessary steps: Read More

Categories: Help

This will close in 15 seconds