. (silver_beauty) wrote in component_help,
.
silver_beauty
component_help

  • Mood:

la la la

Hi. This community has been great this past week in helping me find codes and understand them. But there's one thing I can't find and that's how to change the color of the box in which you leave a comment. click to see

Also, I'm trying to make the links change colors when you hover over them, but I can't get the codes to work. They don't show any error.


function Page::print_custom_head() {

"""

<style type="text/css">



a:link {

        font-size: 8pt; text-decoration:none; cursor:default;



}



a:visited {

        font-size: 8pt; text-decoration:none; cursor:default;

}



a:hover {

        font-size: 8pt; text-decoration:none; color:#d0b0b0; cursor:default;

}



</style>

""";

}



Thanks in advance to anyone that takes the time to help me.
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

  • 4 comments