• Resolved utterlycynthia

    (@utterlycynthia)


    Hi,

    Is there any way to hide page titles? I was using the following code for my previous theme:

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

    I tried, but it doesn’t seem to work with this theme.

    Also, is there any way to have different backgrounds for different pages? I want to have images as the background for two of the pages and just the regular background for all others.

    Thanks so much.

    ~Cynthia

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter utterlycynthia

    (@utterlycynthia)

    Actually, I just figured it out.

    .page-title {
    display: none;
    }

    I also figured out how to change footer background color.

    #site-footer {
    background-color: #ffffff;
    }

    Theme Author Rough Pixels

    (@roughpixels)

    Ah, good to know ??
    I also discovered a couple of tweaks I need to do with Storytime.

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