-
AuthorPosts
-
October 1, 2013 at 2:20 pm #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
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 2, 2013 at 9:12 am #507778You 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;
} -
AuthorPosts
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
Jump to forum
-