test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rockrevelations Friend
    #191066

    Hi i need some help please.

    The site is http://dekton.co.uk/rockrevelations/

    header I have attached header.jpg this is the what i want in the header of the website. To have that texture, our logo to display on the left. and above the search bar needs to have our phone number and website slogan and headline.

    footer The same is with the footer and copyright. i want to display the background like this.

    Can someone tell me how to do this on this template as it seems it is not liking the background-image tag.

    Thanks in advance


    1. header
    2. footer
    Ninja Lead Moderator
    #507778

    You can follow my below solution, it will help you to solve this problem

    + Header:

    Open templates/ja_mero/css/themes/light/template.css file

    From


    .logo-image a {
    background-image: url("../../../images/themes/light/logo.png");
    background-repeat: no-repeat;
    width: 151px;
    height: 41px;
    }

    Change to


    .logo-image a {
    background-image: url("../../../images/themes/light/logo.png");
    background-repeat: no-repeat;
    width: 167px;
    height: 127px;
    }

    + Footer:

    Open templates/ja_mero/css/themes/light/template.css file

    From

    .ja-fn {
    border-top: 1px solid #dcdcdc;
    }

    Change to

    .ja-fn {
    border-top: 1px solid #dcdcdc;
    background: #000;
    padding-left: 10px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum