hello,
Our theme does not have any setting for this so you will have to edit the theme code to remove the comment time. Here is how to do it: http://screencast.com/t/yKzkgKuI
Thank you!
Hi,
please clear your cache as I have tested this myself before providing the solution and the date on comments was gone. Please make sure you remove the correct part of the code
look:
before: http://screencast.com/t/pB1Wx4GR
after: http://screencast.com/t/5uuJvO31lM
Thanks.
Hello,
Unfortunately css cannot change a html tag. It only styles tags, it does not change them.
I could only find one h2 tag in the mobile theme code and that is on smart lists: http://screencast.com/t/jhYEIYKOXy
Thank you!
It seems you didn’t get what I am saying. On Theme Panel I changed the look of h2 to h6 (font color, size, add icon and others). I made use of a custom css with
.td-post-content h2,
.td-post-content h3,
.td-post-content h4,
.td-post-content h5,
.td-post-content h6
but When I used same thing as above in mobile custom editor it didn’t work. But I can see the mobile has h2 to h6 configurations.
So how can I customize the h2 to h6???
On this post https://goo.gl/CzxXcC I made use of only one h2 in the post content. The text with h2 is Top Reasons Why Blog Images are Essential and Can Improve SEO.
The web version shows outcome of the customized h2 settings that I added but the mobile version didn’t.
The code in my Theme Panel is the one below. But it didn’t work for mobile theme custom css.
.td-post-content h2,
.td-post-content h3,
.td-post-content h4,
.td-post-content h5,
.td-post-content h6 {
background-color: #008CBA; /* Blue */
border: none;
border-radius: 0;
color: white;
margin: 3px 3px 3px 3px;
text-align: left;
text-decoration: bold;
display: block;
font-family: helvetica;
font-size: 18px;
}
Hi,
Please make sure you add the custom css in the mobile theme;s custom css spot as well : http://screencast.com/t/W2kNK0yKv If this still does not fix it, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate the issue. Also include a link to this topic so we can identify you.
Thank you!
