Support » Themes and Templates » Code Apparent

Viewing 4 replies - 1 through 4 (of 4 total)
  • find this section in style.css:

    .comment-notes,
    .form-allowed-tags { display: none; }
    	color:#aaa;
    	font-size:12px;
    	line-height:16px;
    }

    and repair it to look like:

    .comment-notes,
    .form-allowed-tags { display: none;
    	color:#aaa;
    	font-size:12px;
    	line-height:16px;
    }
    Thread Starter Jônatas

    (@verena-fotografia)

    Just get the brackets? I took, but the word is still there. Any other suggestions?

    just remove the one bracket at the end of this line:

    .form-allowed-tags { display: none; }

    I clearly showed the ‘before’ and ‘after’ of the faulty section.

    (right now, you don’t seem to have changed anything ?)

    Thread Starter Jônatas

    (@verena-fotografia)

    Now it worked! Again, thank you very much, Alchymyth

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Code Apparent’ is closed to new replies.