Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • glucosillo Friend
    #205691

    Hello,

    On my site http://blue-ocean.es I have hidden the men? and the logos. After that, there was a little grey line on the bottom of the hidden menu. I have changed code to leave it on 0px
    Change on this code in template.css is as follows:

    .t3-header {
    border-bottom: solid 0px #d9d9d9
    background: #ffffff
    position: relative;
    min-height: 50px;

    At first, everything is ok, the line dissappears. But, if I scroll down on the page, and come back to top, this grey line appears again. What have I done wrong? I need to make dissapear the line always

    Image when I load the page:

    Image after scroll down when I come back top:

    By the way, only a question more, where can I edit or delete this on top of my browser?


    1. load
    2. after_scroll_down
    3. top
    Saguaros Moderator
    #567704

    Hi glucosillo,

    You can find the declaration of this css class:


    .t3-header.affix {
    position: relative;
    z-index: 100;
    margin-top: 0;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

    and remove the above ‘box-shadow’ properties.

    With the 3rd attached screenshot, it’s the browser title page, you can go to administrator area of your site > open the ‘Home’ menu item > navigate to ‘Page Display’ tab >> then change the Browser Page Title as you wish.

    Regards,
    Saguaros

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 9 years, 7 months ago.

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