• Resolved ahmetyo1

    (@ahmetyo1)


    Hello how can i hide the pages/posts titles of showing up?
    and is there any way to make the writing format to * right to left* instead of *left to right*

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    Thank you for reaching out to us here.

    how can i hide the pages/posts titles of showing up?

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .entry-header{
       display: none;
    }
    

    is there any way to make the writing format to * right to left* instead of *left to right*

    Unfortunately our theme isn’t RTL-ready yet. Let me ask about it to our developer if it could be supported in the next version update.

    Regards,
    Kharis

    Thread Starter ahmetyo1

    (@ahmetyo1)

    thank you that worked !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding pages/posts titles’ is closed to new replies.