a) I wish a slogan text without transformation in capital letter, I wish it to respect the initial case of the characters. I did not find the transform : uppercase line to delete it.
b)I search the line to change the text size of the slogan
You can edit file templates/jf_thehub/css/template.css, change:
#slideshow .slideSloganText {
font-size: 3.3125em !important;
font-weight: 800;
text-transform: uppercase;
}
c)To change the position of the slogan text, I put the following code in /www/templates/jf_thehub/css/template.css but it does not work, i have to do a bad handling
You can change line:
#slideshow .label_skitter_container {
...
position: absolute;
top: 40%;
}
joomfreak