Question:

(10 points for awnser) Does anyone know how to change color of text and boxes in veho profile?

by  |  earlier

0 LIKES UnLike

I need help changing my color of text and boarders and such on the Custom CSS.

I already have a background, but now iam, looking into how to change my box color, if someone can help me that be great.

 Tags:

   Report

1 ANSWERS


  1. give this a try

    .sectionBody{

    background-color:#ff0000;

    border-color:#00ff00;

    }

    .videoActionBlock{

    background-color:#0000ff;

    border-color:#ffff00;

    }

    .labelText{

    color:#ff00ff;

    }

    body{

    color:#00ffff;

    }

    a:hover, a:active {

    color:#ffffff;

    }

    a{

    color:#00ffff;

    }

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.