Thanks for your speedy reply Totally Zenned.
Will give that a try
Please could you advise me which stylesheet to add it to? And where exactly?
Thanks for your speedy reply Totally Zenned.
Will give that a try
Please could you advise me which stylesheet to add it to? And where exactly?
If you add all of this to your stylesheet then it should fix the alignment too. It doesn't matter which stylesheet or where you add it but it's best to paste it into /includes/templates/CUSTOM/css/stylesheet_categories_dressing.css
.noLi {
display:none;
}
#catGroup45 {
left: -21px;
position: relative;
top: 8px;
}
.catLinks {
left: -21px;
position: relative;
}
Sorted! Absolutely brilliant limelites
Thank you so much.
I would never have figured that one out.
I am so happy now & feel like Im actually getting somewhere![]()
Hello,
Will this mod work with the latest 1.5 RC1?
Thx
Many of the items you wanted to change are best done by commenting out defines for CAT_BOX_HEADING_whatever. Add // in front of each define and check the result; this will completely remove the demo headings instead of just hiding them. I can give more details if you need them when I get back to my home computer.
Categories Dressing will work with v1.5.0, last I checked. I will be releasing an updated version soon, and making this official.
I would love to know how to do it this way Black Belt to completely remove them. More details would be appretiated
If I do it this way should I remove the following?
.noLi {
display:none;
}
#catGroup45 {
left: -21px;
position: relative;
top: 8px;
}
.catLinks {
left: -21px;
position: relative;
}
The essential detail is to start with the first define('CAT_BOX_HEADING_whatever... and add // in front of it, like
Then upload and see what difference it makes. You do need to have those new style rules disabled to see the effect of these edits.PHP Code://define('CAT_BOX_HEADING_whatever...