• Resolved 24lover

    (@24lover)


    Hi there,
    great plugin by the way!

    So my question is pretty simple, how to change the color of the ‘subscribe’ hyperlink? The black is too confusing for my readers because they don’t know what to click in order to subscribe!

    your help is much appreciated
    thankyou!

Viewing 7 replies - 1 through 7 (of 7 total)
  • You will need to edit your template’s CSS file and add a definition for links included in the COMMENT FORM section of your pages. Or you can add some inline CSS using the corresponding option in my plugin’s settings page.

    Camu

    Thread Starter 24lover

    (@24lover)

    is it possible for you to help me with my css? i’ve only just started and tried throwing some codes in with no avail.

    /* comments */
    .alt {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    border-bottom: 1px dotted #ccc;
    }
    
    .commentlist { padding: 0; }
    
    .commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: number;
    }
    
    .commentlist p {
    margin: 10px 5px 10px 0;
    }
    
    #commentform p {
    margin: 5px 0;
    }
    
    .nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }
    
    .commentmetadata {
    margin: 0;
    display: block;
    text-transform: lowercase;
    color: #3366ff;
    }

    thank you

    Sorry, I can’t offer FREE support for custom CSS styles. It would take me just too much time as you can understand.

    Camu

    Thread Starter 24lover

    (@24lover)

    yes of course i understand!
    would you be able to tell me what code should I put in your plugin?

    Add this code to your CSS, it’s easier:

    #commentform a {
    color:#cc0000;
    }

    Of course you will need to adapt the hex color (cc0000) to whatever you like for your site ??

    Camu

    Thread Starter 24lover

    (@24lover)

    thank you so much Camu ??

    A vote for my plugin would be an awesome way to thank me ??

    Camu

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Subscribe To Comments Reloaded] change color of 'subscribe' link’ is closed to new replies.