test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • tilovas Friend
    #187071

    Hello,

    I want to remove this gray line:

    I don’t know which file should I work: .php (html code) or work with .css (template.css or custom.css). Or maybe there is an options in Template Manager -> Edit Style…
    One more important thing.. I’m going to update the framework in future. How about the lost information after update? If I make some change in, for example: “mainnav.php” what will happen after the update? I really need to remove this gray line, if someone can help me with that It would be wonderful 🙂 Thx.


    1. T3-Framework
    Ninja Lead Moderator
    #491137

    This way will help you remove it

    + Open templates/ja_t3v3_blank/css/custom.css file

    Add new script

    #t3-mainnav {
    display: none;
    }

    Scott Lavelle Friend
    #491269

    In /templates/t3_blank/css/custom.css (if it’s not already there, just create it)

    put this:


    nav#t3-mainnav div.navbar-inner {
    border: none;
    }

    of course, this will remove the whole border. If you want to just remove the bottom border, then just do border-bottom: none instead.

    Before you upgrade the t3 system/template, you should backup this file just in case you have to restore it, but it WILL survive the compiling of the LESS code.

    Does that help?

    Scott Lavelle - Technical Resource Solutions, LLC
    Certified Joomla Administrator

    tilovas Friend
    #491389

    Thanks to both of you for help. I used this code:


    #t3-mainnav {
    display: none;
    }

    It’s really helped 🙂

    tilovas Friend
    #491391

    Ups 🙂 I did not notice that the first code removes everythink.I would like to leave the menu..

    The secound code:


    nav#t3-mainnav div.navbar-inner {
    border: none;
    }

    Removes not all what I need, but it’s a start. Now i know, with file I shold work. Thank you again, both of you 🙂

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

This topic contains 5 replies, has 3 voices, and was last updated by  tilovas 11 years, 8 months ago.

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