Home Forums Free Themes Signify Remove or change color of page title headline

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #183862
    Tracey Harty
    Participant

    I’d like to prevent the page titles from appearing, but if that is not possible, can I change the color? I try changing headline color, and it shows as changed in the preview, but reverts to black when published.

    #183865
    sanam
    Keymaster

    Hi @TRACEYHARTY,

    Do you mean that you want to remove page title of every pots/page or could you please explain this more in details. Screenshot would be great if you can also, are you using the free version or pro?

    Regards,
    Themepalace

    #183961
    Tracey Harty
    Participant

    I’m using Signify Pro. The site is yalecrestneighborhood.com You’ll see all the page titles are in black.

    #183983
    sanam
    Keymaster

    Hi @TRACEYHARTY, Please add this CSS in the Additional CSS

    To change the color add this.
    .page .singular-content-wrap .entry-title {
    color: #111;
    }

    To disable the page title add this
    .page .singular-content-wrap .entry-title {
    display: none;
    }

    Go to Customizer >> Appearance >> Additional CSS, paste the above CSS there, and published the site.
    you can find the color code reference on the link below:
    https://www.computerhope.com/htmcolor.htm

    Regards,
    Themepalace

    #184062
    Tracey Harty
    Participant

    Thank you.

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