• Resolved margley

    (@margley)


    My blog page and posts don’t follow the format shown in the theme demo. It is stuck on my background image. I haven’t customized the blog page template at all. I had to have the following in the CSS:

    .navbar-inverse .navbar-nav > li a {
        text-align: right !important;
    }
    body {
        background: url("https://alexmoher.com/wp-content/uploads/2015/03/Minneapolis-Minnosota-downtown-e1425705492335.jpg") fixed !important;
    }
    .site-content {
        background: none !important;
    }
    #main-nav {
        overflow: visible !important;
    }

    I also have a google maps portion which I don’t want.

    Can you help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter margley

    (@margley)

    Sorry, the address is here: https://alexmoher.com/blog/

    Thread Starter margley

    (@margley)

    I think I fixed the main issue, but I want to get rid of the google map.
    I changed the CSS to

    .resume {
        background: none !important;
    }
    .contact {
        background: none !important;
    }

    I also have a little bar between the footer and the body on the blog page:
    https://alexmoher.com/blog/

    Alexandra

    (@alexandrastan001)

    Hi,

    Unfortunately the theme doesn’t support this customization and as much as I would love to help with some custom code, this is beyond the support offered for the free products, which consist in bug fixing and theme documentation.

    Regards,
    Alexandra

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog & Blog Post Backgrounds’ is closed to new replies.