Jason
Forum Replies Created
-
In case anyone else is ever trying to do something like this here is how I ended up doing it:
.ai1ec-dropdown-toggle {
text-indent: -9999px;
line-height: 0; /* Collapse the original line */
}.ai1ec-dropdown-toggle::after {
content: “Whatever you want it to say.”;
text-indent: 0;
display: block;
line-height: original; /* New content takes up original line height */
}No luck with language replacement. I have found where the word via inspect element:
http://tinypic.com/r/11iojs3/9
I edited it in the element inspector and saw it change, but of course that doesn’t affect what anyone else sees. I’m just not really sure where that bit of code lives…
Would you give me a little more direction on where you saw the button? There are quite a few po files in plugins/all-in-one-event-calendar/language
Now that is an interesting thought. I’m going to give it a go as well.
Hey thanks for the reply rbrown. That is interesting stuff, but I am actually just trying to replace the text in the button with something else. Doesn’t need to change on click.