• I would love to not have the page titles show up on the page so I can use custom logo images in that way. Is there an easy way to do this, preferably with the Simple Custom CSS plug-in?

    Thanks!

    Heres the test site im playing with: test.thisisyoursandbox.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • add display: none; to the coding below.

    .post-title {
    font-family: ‘Abril Fatface’, serif;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: none;
    }

    Thread Starter StevenHarowitz

    (@stevenharowitz)

    Thanks! That got rid of the page titles. Is there another piece of code I can add in that will now remove the large blank gap where the title once was? You can see this on https://test.thisisyoursandbox.com/workshop/

    Thanks!

    Adjust the top margin to 0px

    Thread Starter StevenHarowitz

    (@stevenharowitz)

    Great! Would you be able to share the code for that so I can add it into the Simple Custom CSS plugin?

    Hi,

    I have the same problem as @stevenharowitz. I removed the title, but need to remove the large empty space. margin was reduced to 0px in .blog-title but that didnt help. Maybe I changed it in the wrong place? Please advise. Thanks in advance.

    .blog-title {
    float: left;
    font-family: ‘Abril Fatface’, serif;
    font-size: 2em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove page titles from page’ is closed to new replies.