New Landing How can we help? Themeforest Theme Support Dante Individually change color in post details

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #55915
    mpellot
    Member
    Post count: 11

    I want to exchange the color of elements “Posted by” “on 20. Dezember 2012 in” “2 Kommentare” on this site (top area): http://mind-made.net/inpixels-logodesign/

    Is there a solution to change the color only for this site and not for the whole theme?

    Thanks a lot!

    #55918
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this custom css:

    .post-info span {
      color: #ffffff;
    }

    – Kyle

    #56403
    mpellot
    Member
    Post count: 11

    Thank you for your answer. The problem is that i only want to change to color only on one special pages and not for all pages. In addition to that the “comments / kommentare” text should also be changed.

    http://mind-made.net/inpixels-logodesign/

    #56411
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    To only apply the change to certain pages you need to add the page or post id to the css, for e.g:

    postid-87 .comments-likes a span, .post-info span {
      color: #ffffff;
    }

    – Kyle

    #56863
    mpellot
    Member
    Post count: 11

    Hi Kyle, thanks for the answer. The code works, but if i add it to the css, all the pages are changing. Not only the specific one. i double-checked the correct id and tried it with other pages but always the same result. also the “comments” have not changed. Can you help me?

    #56865
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry missed a bit off, try this:

    postid-87 .comments-likes a span, postid-87 .post-info span {
      color: #ffffff;
    }
    #59008
    mpellot
    Member
    Post count: 11

    Hi Kyle, thanke your for the answer. If i include your last code, nothing happens. The codes from first two posts are working, but for all of my post-pages and not only for the one specific site.

    Where is my mistake?

    http://mind-made.net/inpixels-logodesign/

    #59009
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please remove the first 2, only add the last bit off css that I gave you.

    – Kyle

    #59031
    mpellot
    Member
    Post count: 11

    I only included this code:

    postid-87 .comments-likes a span, postid-87 .post-info span {
    color: #ffffff;
    }

    But nothing happens.

    #59045
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry my fault, missed off the dots!

    .postid-87 .comments-likes a span, .postid-87 .post-info span {
    color: #ffffff;
    }

    – Kyle

    #59206
    mpellot
    Member
    Post count: 11

    Works perfect!!! Thanks a lot!!!

    One more thing: How is the code for the small “chat-icon” in front of the text “comments”?

    #59226
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .postid-87 .comments-likes .ss-chat {
      color: #fff;
    }

    Hope this helps!

    – Kyle

    #59331
    mpellot
    Member
    Post count: 11

    Works perfect, Thank you!!

    #59338
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    You most welcome and thanks kyle
    Thanks 🙂
    With Best Regards
    Swift Ideas

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register