Information post
Information post
How do i change the text of the "Information" word
In this picture i highlighted it so you can see it, but its really the color of the background
http://i41.servimg.com/u/f41/17/01/06/16/screen26.png
In this picture i highlighted it so you can see it, but its really the color of the background
http://i41.servimg.com/u/f41/17/01/06/16/screen26.png
Re: Information post
Hi,
This javascript would do it...
This javascript would do it...
- Code:
$(function(){
$('h1.page-title:contains("Information")').text('NEW TEXT');
});
Re: Information post
TO change the color you need to use this CSS...
- Code:
h1.page-title { color: red !important; }
Re: Information post
It worked http://i41.servimg.com/u/f41/17/01/06/16/screen28.png
But before, the browser tab said "Information"
Now it shows a "-"
is there a way to change that? http://i41.servimg.com/u/f41/17/01/06/16/screen29.png
But before, the browser tab said "Information"
Now it shows a "-"
is there a way to change that? http://i41.servimg.com/u/f41/17/01/06/16/screen29.png
Re: Information post
I'm not sure why this happens. Can you provide link to your forum, with a test account, if possible?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum