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..
Fetching latest tweet ...
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..
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?
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
Add this to Custom CSS
#post-17 .entry-title {
text-align: center;
}
This topic has been closed to new replies.