Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1140501
    srinivasmishra
    Participant

    Hi There,
    i had applied a custom css for permalink change as follows:

    .entry-thumb:before {
    content: “\f008”;

    but my recent post permalinks icon is different. How can i change that to make same as other permalink icon

    #1140567
    Rupok
    Member

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1141059
    srinivasmishra
    Participant

    Hi There,

    I am getting two permalink icon as file attached.

    1. one icon for across the website

    2. one different icon on thumnails of recent post at right sidebar.

    how can i make the icon same for both the place

    #1141073
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates. The icons should be the same as long as they are on the same post format. To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1141106
    srinivasmishra
    Participant
    This reply has been marked as private.
    #1141123
    Christopher
    Moderator

    Hi there,

    Icons change depending on post type.
    If you want to make them all the same, add following in child theme’s style.css file :

    .x-recent-posts .format-standard .x-recent-posts-img:before {
        content: "\f008";
    }

    Hope it helps.

    #1141145
    srinivasmishra
    Participant

    it works. thanks

    #1141155
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

  • <script> jQuery(function($){ $("#no-reply-1140501 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>