• Resolved Samara

    (@blouishhotmailcom)


    This is the blog;

    https://mrsdalrymple.com/

    I want to make the ” |2 COMMENTS” more visible at the bottom of the page by changing the link color as well as the size. I’ve looked through the code and I see it’s h3, but every time I try and add a tag to change the size there is a global effect preventing me.

    posted in ENTERTAINMENT, FOOD, HOME & GARDEN, STYLE | 2 COMMENTS

    Here is the pastebin of the style.css;

    https://pastebin.com/UE8xG1Hx

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try adding something like:

    .comments-link a {
    font-size:1.2em;
    color:#c00;
    display:inline-block;
    }

    adjusting the size and text values to suit.

    Thread Starter Samara

    (@blouishhotmailcom)

    Does it matter where I put that code in or can I just place it in a generic stop in the stylesheet?

    Thread Starter Samara

    (@blouishhotmailcom)

    Scratch that, I added it in. It is increasing the text size but it is still green like the rest of the links.

    It just needs a little tweaking. Try:

    .comments-link a {
    font-size:1.6em;
    }
    .entry-utility .comments-lin a {
        color:#c001;
    }
    Thread Starter Samara

    (@blouishhotmailcom)

    Hmm, still no dice!

    Did you spot and amend the possible typo in Esmi’s code?

    .comments-link a {
        font-size:1.6em;
    }
    .entry-utility .comments-link a {
        color:#c001;
    }
    Thread Starter Samara

    (@blouishhotmailcom)

    Ah there we go, thanks greatly. ??

    Would either of you happen to know how would I position the date above the title entry?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing Comments Color’ is closed to new replies.