-
AuthorPosts
-
glucosillo Friend
glucosillo
- Join date:
- December 2012
- Posts:
- 28
- Downloads:
- 52
- Uploads:
- 16
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
April 20, 2015 at 9:15 pm #205691Hello,
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?
- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 21, 2015 at 3:01 am #567704Hi 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,
SaguarosAuthorPostsViewing 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
Jump to forum