-
AuthorPosts
-
April 7, 2014 at 9:17 pm #196549
On the homepage the button for home displays the home icon. On interior pages it displays an image of our editor. Sorry for the barrage of tickets but I have been saving up for a while.
-
Css Magician Friend
Css Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
April 8, 2014 at 7:19 am #529926@sbbritt, We have a css rule for homepage icon style in the http://www.alreporter.com/templates/ja_teline_iv/css/template.css file.
#ja-mainnav li.home a.home {
background: url("../images/icons/home.png") no-repeat center center !important;
}
If you want interior page to display an image of editor, please edit the interior page menu item, and add a class (eg. interior) for such page, then use that class to re-style the icon. The CSS declaration should follow this format:
.interior #ja-mainnav li.home a.home {
background: url("../images/icons/interior.png") no-repeat center center !important;
}
PS. I could not access your admin with credentials you provided.
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by sbbritt 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-