summertiger

Forum Replies Created

list of topics you have created till now.

  • summertiger
    Participant

    I’ve figured it out.

    Just for your information, in case someone asks the same question again.

    In order to move the title text over the image, one needs to change the “entry-title” class and “entry-content” class in Page.php and add the corresponding property in the css file. Mine is:

    .page-entry-title{
    position: absolute;
    margin-top: -330px !important;
    color: white;
    }
    .page-entry-content{
    font-size: 1.2em;
    margin-top: 0;
    }

    summertiger
    Participant

    I know CSS and Ruby on Rails but I’m not very good with PHP. Do you happen to know what is involved in setting the image as background on Pages?

    summertiger
    Participant

    What I mean is this: When I set the featured image for a Page, the image is shown ABOVE the title… I’d like the title to be OVER the image.

    summertiger
    Participant

    Thanks for the quick reply!

    I see “featured image style” for Posts, but is this not available for Pages?

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