Hello to all the staff.
I have a short question: how can I change the wording “tag” at the end of the article? I wish it said “Topics”. If you could also remove the frame from the tags it would be perfect. I use Newspaper Classic and wouldn’t want to switch. I think it’s a matter of a little CSS code.
Thanks to the availability
Site link: http://www.novabbe.com
Hello,
You can edit the text here https://i.imgur.com/sVp0b2A.png for style you have this -> https://i.imgur.com/nO9algW.png
Thank you!
I don’t use Cloud Library. I use your theme in the original version (and I’m happy with it) is there a css code to make this change?
Hi,
You can change the tags from Theme Panel -> Translations -> Translations-> https://i.imgur.com/f8iMGPg.png
Thank you!
I did not know this method. Great, but it’s not working. I changed the word tag with this sentence: “Did you like the content? Click on the topics covered to find out more:”.
Only “tags” keep appearing.
Delete any cookies. Nothing
Also, how can I strip the frame from the tags? If I enlarge the font, the frame remains the same size.
Hi,
Please check this video https://www.screencast.com/t/SAHyX8Y6Pxw9
Also, please let me know how you want to do the tags.
Thank you!
I tried to do like the video but nothing. Save the new translation (in the admin panel) but it always shows the word “tag”.
Can they address the CSS changes made so far?
The changes have always been provided to me on this forum (and they work great).
I am attaching them for safety:
@media (min-width: 768px){ .single .td-post-template-8 .td-post-header { height: 200px; } }
.td-page-title {
display: none;
}
.page-id-7096 .td-crumb-container{
display:none;
}
.td-related-title .td-related-right {
display: none;
}
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
.pagination a:hover{
color:#fff;
background: #3279BB;
}
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}
.td-what .td_block_template_1 .td-related-title {
text-align: center;
}
I tried to write only Uppercase, it still doesn’t work.
The writing in place of “tag” must be “Click on the topic and read similar content”.
Tag words must not be framed.
I hope that was clear. Sorry for my english but i use google translate.
Hi,
Please check this video https://www.screencast.com/t/7QSoaPDI also, for css what you want to remove you can use this class to create your own css -> .td-post-small-box span {
color: red;
}
Thank you!
