Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kubii Friend
    #182472

    Hi Folks,

    I added the functonality that the category name is shown, while hovering over the category image in category view. (with the help of LunaGarden thx btw.)

    Here is the way:
    Go to this file: templates/ja_zite/css/k2.css
    Add these lines:
    div.subCategory h2{
    display: none;
    }
    div.subCategory:hover h2{
    display: block;
    }</blockquote>

    what i would like now is, the same in the article view.
    e.g.:

    Category View -> Mouse hovering over a category image -> Category name is displayed

    CLICK ON THIS IMAGE

    Article View -> Mouse hovering over an article image -> Article name is displayed

    How can I provide this?

    Best regards!

    Luna Garden Moderator
    #473882

    Hello Kubii,
    It’s me again.
    In order to make Article View like Category view, please go to this file:
    templates/your_template_folder/css/template.css
    Add these lines:


    .catItemHeader {
    background: none repeat scroll 0 0 white;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
    div.catItemHeader h3.catItemTitle a {
    color: #333333
    position: absolute;
    top: 50%;
    }
    div.catItemView:hover div.catItemHeader{
    display:block;
    }

    Hope this helps.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Luna Garden 11 years, 10 months ago.

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