Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24373

    Hello and first of all good job for this amazing theme guys !

    I have a few questions :

    1/ Is it possible not to display the “Archive for category … ” Notification that appears under the navigation ? I use the don’t display header for pages and it’s fine but I need to do the same for categories !

    2/ How can I remove the small line under each menu’s item ? (appears on mouse over and for the section where you are).

    Thx guys and keep the good job up ;)

    #123323

    Hi Tsukassax.

    1) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.archive.category .title_container {
    display: none;
    }

    then this for #2 in the same area:

    .avia-menu-fx {
    display: none;
    }

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Some questions !’ is closed to new replies.