• With the most recent wordpress update, my post titles are no longer centered as they were before the update. the customizer page doesn’t have an option to center them + i don’t remember how i originally got them centered. is there a way to center all post titles on the site without having to add HTML tags to each [post title box]?

    any he\lp appreciated….??TIA??

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @sacdawg,

    Thanks for reaching out. You may use this CSS code to center every post title on your website.
    .single-post .entry-title {text-align: center;}

    I’d like to remind you that the MH MusicMag theme has been discontinued. It would be best to switch to the MH magazine theme for more compatibility with the latest version of WordPress and other plugins.

    Thanks and if you have other concerns, please let me know.

    Regards,
    Mej, from the MH Themes team

    Thread Starter sacdawg

    (@sacdawg)

    Thanks! that did it. didn’t realize that the theme had been discontinued. just updated to MH Magazine.

    is there a way to adjust the font size for individual post titles with the theme? i’d like to reduce the font size of some post titles so that they fit on a single line.

    in cases where i want to use 2 lines for the post title, i had been inserting a </br> with the code editor into the [title block] where i wanted to break to occur. many of my posts are set to private before i decide on a final layout. therefore they are all prefaced by “PRIVATE: ___” in the post title, which doesn’t allow me to preview how the post formatting will look when i make it public. the workaround i found was to use the wordpress plug-in “page title splitter”, switching over to “classic editor” to insert the line break, and then going back to block editor to save changes. is there a way to get rid of that “PRIVATE ___” prefix in private post titles without having to use that plug-in?

    thanks for your help

    Hi @sacdawg ,

    Another workaround I can think of is to hide the title and add heading block in the post that will serve or act as title in the front-end. There are some block plugin or add-on that have a feature to hide the title. Or you may use CSS code like:
    .entry-header .entry-title {
    display: none;
    } to hide the title.

    Thank you,
    Mej

    Thread Starter sacdawg

    (@sacdawg)

    i’ll try that out….thanks for all your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘-uncentered post titles-’ is closed to new replies.