Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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!

    #351800

    A 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-iii

    How to change the font size/color of both “Tags:” and the tags at the bottom of post and portfolio pages?

    #352004

    Hey!

    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!
    Ismael

    #352135

    Hi
    I am able to remove share this entry now. Yet the code does not remove the separator. Any other way?

    #352392

    Hey!

    Can you please provide us a link to the actual blog page? The css code works fine on our installation.

    Regards,
    Ismael

    #352546

    Hi

    Here it is:
    http://shao-nian-why-bored-z.com/?p=3552

    Also is it likely to change the font size/color of words “Portfolio Items” and “Posts” on tag archive pages?

    #352970

    Hey!

    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 needed

    Best regards,
    Yigit

    #353474

    Hi Yigit
    It does the trick! Thanks.
    Any possibility to customize the font size of words “Portfolio Items” and “Posts” on tag archive pages?

    #353648

    Hey!

    Please add following code to Quick CSS

    .archive h1.main-title.entry-title {
    font-size: 16px!important;
    }

    Cheers!
    Yigit

    #355214

    Hi Yigit

    The code does not work. Any other way?

    #355251

    Hi!

    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,
    Yigit

    #355346

    Hi

    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=0

    I’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!

    #356492

    Hi!

    use this to reduce font size:

    .entry-content-wrapper .post-title {
    font-size: 26px;
    }
    

    Best regards,
    Andy

    #356539

    Works great! Thank you Andy!

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to hide/remove Share this Entry function? Any possibility to add counter?’ is closed to new replies.