Reply To: "video" page problem

Support Forums White – HTML Template "video" page problem Reply To: "video" page problem

#4949
CreaboxThemes
Keymaster

Hi dardar61,

  1. If you want to change the progression of a horizontal bar, you have to edit its css class. For example, the first percentage has the class percent-1, in the css file styles.css, edit that class:
    .percent-1 {
    	width: 60%;
    }
  2. What kind of video background do you use?
  3. In the css file styles.css, edit the attribute background:
    .aboutme .skills{
    	background: url('http://placehold.it/1280x1213&text=Skills+background+image');
    ...
    }
  • This reply was modified 8 years, 4 months ago by CreaboxThemes.