Navigation / Post title

  • Frym1

    #5881

    Hello World.

    Going to throw this out there however unsure if it is possible, however ill ask 😀

    So I am designing my site which is on a temporary server (http://www.integratedselfprotection.com/dev/)

    Ill throw this example out there:

    When I go onto my website and click on Navigation Bar for say RCS Weekly Classes op of the post also reads RCS Weekly Classes then under the dashed line it reads, The Real Combat System -Weekly Classes.

    What I would really like to do is remove the post name RCS weekly Classes as that is in the Navigation bar, and replace with The Real Combat System -Weekly Classes.

    Is that possible?

    I have limited amount of experience with CSS, however I have today made my first CSS change on my child theme under appearance – editor?

    any advice appreciated. 😀

    Mod

    Kenneth John Odle

    #32834

    This has been answer millions of times already, but here goes:

    .post-title, .post-title a, .post-title a:visited {
    display:none;
    }

    Quote:
    I have limited amount of experience with CSS, however I have today made my first CSS change on my child theme under appearance – editor?

    If you are using a child theme (and you are), it’s perfectly okay to use the editor. Be sure to see the resources we have listed here:

    http://forum.khairul-syahir.com/graphene-support/beginners-resources-possible-sticky#post-15033

    And be sure to search the forum. Many questions have been answered for you already!

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.