Okay
  Public Ticket #1131296
Mortgage Not Available?
Closed

Comments

  • Thomas started the conversation

    When I go to settings>reading

    Mortgage isn't available in the dropdown for front page?

  • Thomas replied

    actually, if I select home...i think it works corectly.

    However the hero image isnt loading?

  • Thomas replied

    The url for is is on your site?


    hero-image-1.jpg

    Thats no good...where is the style sheet?

  • Thomas replied

    Look can you sort it out so it matches this:

    demo.vegatheme.com/wealth/mortgage

    my admin details are:

    http://www.mortgageadviceplace.com/wp-admin/

    caios

    01248shack

  • Thomas replied

    okay, Ive made some progress but the menu isn't as shown in the demo.

    Perhaps you would be better to quote me on some customization?

    I want it to look like the attachment. I just need the menu and logo sorting out now.

    Thanks

  •  2,010
    Ocean replied

    Hi,

    You can add code CSS here :http://www.awesomescreenshot.com/image/431375/60a65bbd73398f66ec983fe267a49737

    .lp-header .navbar-default .navbar-brand>img {
        max-width: 500px;
        max-height: 70px;
    }
    .lp-header .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        font-weight: 400;
        line-height: 3;
        text-transform: uppercase;
    }
    .lp-header .navbar-default.top-nav-collapse .navbar-brand>img {
        max-width: 500px;
        max-height: 65px;
        padding-top: 5px;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover {
        border-bottom: 2px solid #7ac312;
    }