Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #176555
    powerguy
    Participant

    Hi…

    I would like to remove or hide the page names from top left.

    I tried changing the font color to white but that also affects the featured content tiles.

    Is there an easy way to hide or remove the page titles ?

    Thanks.

    #176575
    Skandha
    Participant

    @powerguy: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .entry-title {
         display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #176612
    powerguy
    Participant

    Looks good !

    Thank you !

    #176650
    Skandha
    Participant

    @powerguy: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adventurous/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #176802
    powerguy
    Participant

    Oh bummer…I spoke too soon

    I just noticed that adding the code also removed the featured content titles – so that is not going to work for me.

    Any other suggestions to remove JUST the page names without removing the fetyred content titles ?

    #176867
    Skandha
    Participant

    @powerguy: Use the following Code instead of the above.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page #content .entry-title {
        display: none;
    }

    Let me know if this work out
    Kind Regards,
    Skandha

    #177008
    powerguy
    Participant

    Yea !

    That seems to work without removing featured content titles.

    Thanks !

    #178860
    Peter
    Participant

    Hi Skandah
    that worked perfectly for me also in the Catch Everest Pro theme, well done, it’s been annoying me for ages!!

    #178863
    Skandha
    Participant

    @pandefriley: Hello Peter, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-everest/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Hide or Remove Page Names Adventurous Pro’ is closed to new replies.