• Hello,

    I’m new to wordpress so my knowledge is pretty non-existent.

    I would like to know how can I center my post titles using the Sydney Theme. Also, is there any way I can change the style of the aforementioned post titles (like change the font, the letter syze or maybe add some elements to make the title more visually appealing)?

    http://www.circum-mundum.com (still under “construction”)

    Thank you in advance!

    https://wordpress.org/plugins/posts/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @obick,

    For any changes on the style, since you’re just new in wordpress, I suggest to first check that on the wordpress dasboard under Theme options. but its depends on the Themes that you’re using if they had an option to change that on the dashboard.
    If they don’t have that option you need to do a CSS manipulation.

    I hope that’s help.

    If you need anything just message.

    Thread Starter obick

    (@obick)

    Hi @ceciliadevelopersonhand

    It doesn’t seem to exist that kind of customization under the theme options..

    Can you help me with the CSS please (for both the style of the post title and to center it)?

    Hi @obick,

    For the CSS manipulation to install at least a css custom plugins that you can found under wordpress plugin.
    After you install and activate the plugin. Paste this code:

    .hentry .title-post {
     text-align: center;
    }

    And please decrease the size of your image, ideally all the images is should be under 150kb. Check the link image for your reference CLICK HERE

    I hope that helps.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to Centre Post Title – THEME: SYDNEY’ is closed to new replies.