Hello –
First, I’d like to compliment you all on designing a beautiful theme that just continues to dazzle me every time I look at it.
We’re just about ready to launch the site live, however I would like to do a minor edit on one of the subheadings in a blocks on my home page:
<<All time popular>> should read as follows: <<All-Time Popular>> (note I would like to add a hyphen and capitalize the T, P)
Here is the screenshot: https://www.screencast.com/t/n7Wibxtvkj
Is there a way to edit this?
Thanks very much!
Warren T.
Hello, Catalin:
Thanks for your fast reply. You can view the page here: http://hockey.bigapplemedia.com/
The block I am referring to is titled THE HOCKEY LIFE and the text I would like to modify appears to the right of that.
Sincerely,
Warren T.
Hello,
Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-subcat-link{
text-transform:capitalize;
}
The result is here -> https://www.screencast.com/t/caz49LzOx
Thanks for the message!
Hello warrentab,
You should inspect the theme core files and change from there this strings. As a hint, you should edit the following file, like this -> https://www.screencast.com/t/xqzoSYdI
Thanks for your understanding!
Hello, Catalin:
We tried implementing the change to the core files as instructed, but still no go. (Please note we do not wish to change <<All time popular>> to all caps; rather, we are seeking to just capitalize the A, T, and P, as well as place a hyphen between <<All>> and <<Time>> so that the text will read as <<All-Time Popular>>.
Thank you again.
Warren T.
Hi,
After each change, please clear all the caches and check the results. Also, you should consult the Translations section from Theme panel and change the name from there -> https://www.screencast.com/t/MdwGDw0DE For more information about this, please check here -> https://forum.tagdiv.com/newsmag-loading-translations/
Thanks for your understanding!