New Topic

Hide Tag and Author Archives titles

Home › Forum › Customization › Hide Tag and Author Archives titles

Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1886
    StartupWP
    Keymaster

    Actually, CSS will be what we want here, it’s just a matter of targeting the CSS more specifically.

    .author h1.entry-title, .tag h1.entry-title{display:none}

    https://startupwp.com/topic/customizing-your-theme/

    #1887
    kezdovega
    Participant

    Thanks, but simply not working :( Both of the phrases are there

    #1890
    StartupWP
    Keymaster

    Where are you adding the CSS?

    Please add again and make sure to clear all caches.

    #1893
    kezdovega
    Participant

    At the end of the child css, where i added everything (for the category view customization too).
    http://noiessegszivarvanya.hu/tag/boldogsag/ – is it working for you?

    #1894
    StartupWP
    Keymaster

    Aah, you’ve placed the CSS inside the media query @media all and (max-width:999px).

    #1895
    kezdovega
    Participant

    ohh damn, sorry, and thank you!

    #1896
    StartupWP
    Keymaster

    You’re welcome.

    #2669
    kezdovega
    Participant

    I have another page now, also with the StartupWP Pro template. http://www.lelekszereles.hu/irasok/
    Now I’ve inserted after the closing } tag of the @media all, and still aint work :(

    #2678
    kezdovega
    Participant

    In case anyone else need it, here is the solution:

    1. copy the category.php from the parent directory to child
    2. edit in the child theme and remove these:
    <h1 class=”entry-title”><?php _e( ‘Category Archives: ‘, ‘startup’ ); ?><?php single_cat_title(); ?></h1>

    3. enjoy :)

    #2721
    StartupWP
    Keymaster

    Apologies for the huge gap in support. Support will now continue again on a daily basis.

    Thank you.

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