Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sbbritt Friend
    #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.


    1. normal-toolbar
    2. toolbar-with-Bill
    Css Magician Friend
    #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.

    sbbritt Friend
    #536713

    Actually I would like just the opposite. I would prefer that the editor’s picture not appear in the toolbar at all only the home icon.

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