Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @stephaniericherphoto,

    To center a page title you would need to add some custom coding, which we do not usually provide, but we will consider it this time.
    Please try adding the following lines of code into Customizer -> Additional CSS:

    
    .nv-page-title-wrap.nv-big-title .nv-page-title {
       
        text-align: center;
    }

    Please let us know if this worked.

    Thread Starter stephaniericherphoto

    (@stephaniericherphoto)

    Thank you so much! I will try this tomorrow morning when I have a spare minute. Thank you !

    .nv-page-title-wrap .nv-big-title .nv-page-title {
       
        text-align: center;
    }

    This css didn’t work for me in the latest ‘Neve’ update put in ‘Additional CSS’.

    I then tried inserting it in style.css in the Child theme, but it still made no difference.

    Homepage and article Titles are still Left justified by default.

    Still waiting patiently for a response…

    Hello @1waytoheaven,

    Another way of centering a title of a page is by going into Editor -> Neve Options -> Page Title -> Center. https://prnt.sc/10za5jn

    I hope this helps! Please let us know if you have any more questions.

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

The topic ‘How to center a title’ is closed to new replies.