Center a specific page title

  • lalamums

    #6702

    Hello!

    Is it possible to enter a specific page title? I dont want every page title to be centered..

    Please help me 🙂 And thanks for this awesome theme..

    Admin

    Syahir Hakim

    #35291

    You’ll have to get the exact page ID and use to target only the page title in that page using CSS.

    What’s the URL for the page that you want to center the title?

    lalamums

    #35292

    17 is the page ID, i have a plugin that tells me wich ID a page is, but i dont know the css code to center it in a special page..

    So i just need the code

    Anonymous

    #35293

    Add this to Custom CSS

    #post-17 .entry-title {
    text-align: center;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.