Hi.
I just updated to the latest version.
Now where the left/right triangles are for navigation I have some grey shape in between
Module is placed to the right at malkova.com
Previous version was working fine.
Please help, thank you.
.nspPrev:before {
border-color: transparent;
}
Excelsior wrote:Hi, thanks for your reply.
I did. But when you hover the mouse it still appears.
Have a look.
Any advice ?
teitbite wrote:Hi
Please check if override is enabled and if CSS cache is disabled. This may cause the override.css file not work.
Try this code instead.
.nspPrev:before,
.nspPrev:before:hover {
border-color: transparent;
}
.nspMain .nspLinks ul li {
list-style-image: none;
}
.nspMain .nspLinks ul li h4 {
background: url("../images/style4/typography/bullet_ol_1_dark.png") 0 center !important;
padding-left: 15px;
}
teitbite wrote:Hi
There should be no other difference than relative path to image, so if there were no effect while code was in override.css it has to be because of cache (browser or joomla) or thera is an error in one of the classes above.
In the matter of fact the red dot showing there is a mistake Over 3 different styles are attached to this element and red dot is not covered with the latest. But if You like this dot than use this code instead:
- Code: Select all
.nspMain .nspLinks ul li {
list-style-image: none;
}
.nspMain .nspLinks ul li h4 {
background: url("../images/style4/typography/bullet_ol_1_dark.png") 0 center !important;
padding-left: 15px;
}
.nspMain .nspLinks ul li {
list-style-image: none;
}