Now that there's a fix for the Ghost Template problem in Dynamic View template, let's focus on to other areas that need some fixings. First, the Subscribe gadget. Why is it always there? How the hell do you remove it? Well, removing it might be a little tricky, but there's an easy way to just hide it altogether from showing up - and it works just as good. Here's how..
Go to Template Designer
- Advanced
- Add CSS
- Paste the following code
- Press enter after the last character of the last line
- Apply to Blog
Go to Template Designer
- Advanced
- Add CSS
- Paste the following code
#gadget-dock div.gadget-item:last-child, #spk{
display: none !important;
}
- Apply to Blog
EmoticonEmoticon