• Resolved melusine

    (@melusine)


    In my main blog layout, the posts are on a white background, with a texture around it. See here. But if you open the page for an individual a post, the texture fills the whole screen, which makes it a little difficult to read. See here.

    I’m using the WordPress Default as my base theme with a few customizations. Is there any way to change it so that the white background shows up on the individual post pages, too?

    Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You have an error in the CSS on your page template:

    #page {
    background:transparent url(https://www.megancrewe.com/blog/wp-content/themes/defaulthttps://www.megancrewe.com/blog-header-gray1.gif) repeat-y center top;
    border:none;
    }

    The image url is mangled.

    Thread Starter melusine

    (@melusine)

    I’m looking at the CSS code in the editor and I’m not seeing that anywhere. (I’m checking both the style.css and rtl.css files, and I looked at the single page template, too.) I’ve done a search for “transparent” and that’s not coming up anywhere in the files. Any idea how to find it?

    I think it’s coming from the custom header function in your theme. Have a look in functions.php for theme_header_style and post just that function here.

    Thread Starter melusine

    (@melusine)

    Hmmm… I opened up the functions.php file and there’s no theme_header_style. Not even theme_header or header_style.

    The functions for header are:

    function kubrick_header_image

    function kubrick_header_image_url

    function kubrick_header_color

    function kubrick_header_color_string

    function kubrick_header_display

    function kubrick_header_display_string

    Don’t know if a look at any of those would help.

    Sorry–I’m pretty good at tweaking things, but I don’t know much in the way of actual programming languages and I think I’m a bit over my head here. Really appreciate the help!

    Thread Starter melusine

    (@melusine)

    Bumping this because I still haven’t found the answer.

    Thread Starter melusine

    (@melusine)

    Bumping again–can anyone help?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Appearance of post page vs. main page’ is closed to new replies.