Page title in middle of header - Acme Themes

Best Premium and Free WordPress Themes Forums Lawyer Zone Page title in middle of header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81994
    tmbarta
    Participant

    Hi!

    Is there any way to move/remove the page title that shows up in the middle of the header image?

    Thanks!

    Tammie

    #82037
    acmethemes
    Keymaster

    Dear Tammie,
    Please add the given CSS code in Additional CSS
    Appearance > Customize > Additional CSS

    .inner-main-title .page-title {
        display: none;
    }

    Best Regards!

    #82194
    tmbarta
    Participant

    Hi!

    I tried to do as you said, but it did not work.

    This is the code I entered and what the header image looks like even after entering the code: https://imgur.com/FQt9g0T

    Please advise. Even if we could move the page title to the lower left, that would be helpful.

    Thank you!
    Tammie

    #82323
    acmethemes
    Keymaster

    Dear Tammie,
    Can you try it with this another code below:

    .inner-main-title .entry-title, .inner-main-title .page-title {
          display: none;
    }

    Best Regards!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.