-
AuthorPosts
-
November 15, 2014 at 8:34 am #351726
Hi
I’d like to know how to hide/remove Share this Entry function. Or is there a way to add counter on the social buttons? If not, I’d install some other social network plug-in and hide/remove Enfold’s.
Thanks!
November 15, 2014 at 1:43 pm #351800A few more questions:
How do I remove “in” and that “/” at the right. I’ve hidden the author info, so that slash is unnecessary.
How do I change the font size/color of words “Portfolio Items” and “Posts” on tag archive pages?
http://shao-nian-why-bored-z.com/?tag=%E5%8B%87%E8%80%85%E8%B2%B4%E8%8A%B1%E7%94%B0%E7%9A%84%E6%95%85%E4%BA%8B-iiiHow to change the font size/color of both “Tags:” and the tags at the bottom of post and portfolio pages?
November 16, 2014 at 2:44 pm #352004Hey!
Thank you for using Enfold.
You can disable the sharing section on Enfold > Blog Layout > Share links at the bottom of your blog post. Use this to remove the separator:
time.slide-meta-time.updated + .slide-meta-del { display: none; }
Cheers!
IsmaelNovember 16, 2014 at 8:13 pm #352135Hi
I am able to remove share this entry now. Yet the code does not remove the separator. Any other way?November 17, 2014 at 1:43 pm #352392Hey!
Can you please provide us a link to the actual blog page? The css code works fine on our installation.
Regards,
IsmaelNovember 17, 2014 at 5:16 pm #352546Hi
Here it is:
http://shao-nian-why-bored-z.com/?p=3552Also is it likely to change the font size/color of words “Portfolio Items” and “Posts” on tag archive pages?
November 18, 2014 at 2:45 pm #352970Hey!
Please add following code to Quick CSS as well
span.text-sep.text-sep-cat { display: none; }
then install following plugin – https://wordpress.org/plugins/codestyling-localization/
and rescan theme files and translate “in” as neededBest regards,
YigitNovember 19, 2014 at 4:53 am #353474Hi Yigit
It does the trick! Thanks.
Any possibility to customize the font size of words “Portfolio Items” and “Posts” on tag archive pages?November 19, 2014 at 2:08 pm #353648Hey!
Please add following code to Quick CSS
.archive h1.main-title.entry-title { font-size: 16px!important; }
Cheers!
YigitNovember 21, 2014 at 3:40 pm #355214Hi Yigit
The code does not work. Any other way?
November 21, 2014 at 4:38 pm #355251Hi!
Can you please post a screenshot and show the changes you would like to make please so we can make sure that we are one the same page? :) You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Best regards,
YigitNovember 21, 2014 at 5:51 pm #355346Hi
This is the screenshot of a tag archive page on my website.
https://www.dropbox.com/s/xkvwnp1w0jl6yg5/%E8%9E%A2%E5%B9%95%E5%BF%AB%E7%85%A7%202014-11-21%20%E4%B8%8B%E5%8D%8811.42.50.png?dl=0I’d like to reduce the font size of the area I marked. Also how do I change the words? I’ve successfully replaced Portfolio Items with MANGA, yet whatever I try to locate and replace the term Post(s) (mine in Mandarin) in CodeStyling Localization, it does nothing.
Thanks!
November 24, 2014 at 5:43 am #356492Hi!
use this to reduce font size:
.entry-content-wrapper .post-title { font-size: 26px; }
Best regards,
AndyNovember 24, 2014 at 6:54 am #356539Works great! Thank you Andy!
-
AuthorPosts
- The topic ‘How to hide/remove Share this Entry function? Any possibility to add counter?’ is closed to new replies.