- Posts: 14116
- Thank you received: 1639
Hot do i remove Scroll_bg ?
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 12 hours ago #24329
by ivan.milic
Replied by ivan.milic on topic Hot do i remove Scroll_bg ?
Maybe you just need to refresh?
Please Log in to join the conversation.
-
acleague
Inactive member - Topic Author
- Member
Less
More
- Posts: 42
- Thank you received: 0
12 years 12 hours ago #24331
by acleague
Replied by acleague on topic Hot do i remove Scroll_bg ?
ctrl+f5 but nothing
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 12 hours ago #24336
by ivan.milic
Replied by ivan.milic on topic Hot do i remove Scroll_bg ?
send link
Please Log in to join the conversation.
-
acleague
Inactive member - Topic Author
- Member
Less
More
- Posts: 42
- Thank you received: 0
12 years 12 hours ago #24337
by acleague
Replied by acleague on topic Hot do i remove Scroll_bg ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 hours ago #24346
by ivan.milic
Replied by ivan.milic on topic Hot do i remove Scroll_bg ?
I don't see that image on that page, only thing that resembles it is separator between menu root items. To remove that:
template_css.css
#nav > li {
float: left;
position: relative;
border-right: 2px dotted #B5B5B5;
padding: 3px 20px 10px 18px;
margin: 8px 0 0 0;
}
remove border-right: 2px dotted #B5B5B5;
template_css.css
#nav > li {
float: left;
position: relative;
border-right: 2px dotted #B5B5B5;
padding: 3px 20px 10px 18px;
margin: 8px 0 0 0;
}
remove border-right: 2px dotted #B5B5B5;
Please Log in to join the conversation.
-
acleague
Inactive member - Topic Author
- Member
Less
More
- Posts: 42
- Thank you received: 0
12 years 7 hours ago #24348
by acleague
Replied by acleague on topic Hot do i remove Scroll_bg ?
I've put
#nav > li {
float: left;
position: relative;
border-right: 2px dotted #B5B5B5;
padding: 3px 20px 10px 18px;
margin: 8px 0 0 0;
}
remove border-right: 2px dotted #B5B5B5;
and nothing. What is wrong ??
#nav > li {
float: left;
position: relative;
border-right: 2px dotted #B5B5B5;
padding: 3px 20px 10px 18px;
margin: 8px 0 0 0;
}
remove border-right: 2px dotted #B5B5B5;
and nothing. What is wrong ??
Please Log in to join the conversation.
Time to create page: 0.090 seconds