• Closed
  • Kelly Hudson
    Spectator
    17.10.2015 at 23:15 #21469

    Under my post title, it says the date posted, Written by , and leave a comment. Can I change the color of the author name and the “leave a comment”? If so, how do I change that?
    Website -http://getreallol.com/
    Theme- Evlove

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    18.10.2015 at 09:44 #21471

    Hi,

    Please use this color picker http://www.w3schools.com/tags/ref_colorpicker.asp
    and tell me the color hex code that you require for your author name and the sentence “leave a comment”.

    I will follow up with the CSS code.

    Thanks!

    Kelly Hudson
    Spectator
    Posts: 6
    18.10.2015 at 17:12 #21478

    Thank you so much!!
    We decided to only change the color of the sentence “leave a comment”, and not the author name.
    The colored we’d like is #da0d84 please.
    Thanks again for your help!

    Denzel Chia
    Moderator
    Posts: 2656
    19.10.2015 at 08:55 #21493

    Hi,

    In please use the following in your Theme Options -> Custom CSS.

    .comment-count a {
    color: #da0d84 !important;
    }
    .home .sticky .entry-meta .comment-count a {
    color: #da0d84 !important;
    text-shadow: none !important;
    }

    Thanks!

    Kelly Hudson
    Spectator
    Posts: 6
    19.10.2015 at 18:02 #21507

    Oh, yes, this looks great!!
    Can I make it bold too please?
    Thanks for the help!

    Denzel Chia
    Moderator
    Posts: 2656
    20.10.2015 at 07:54 #21526

    Hi,

    Replace with the following.

    .comment-count a {
    color: #da0d84 !important;
    font-weight:bold !important;
    }
    .home .sticky .entry-meta .comment-count a {
    color: #da0d84 !important;
    text-shadow: none !important;
    font-weight:bold !important;
    }

    Thanks!