For set "title" sliding in
"description" sliding in
center position for both in OrdaSoft
Joomla gallery
You need to your template CSS file add below code:
Code: |
.img-block.dimas-effect:hover .os-gallery-caption p:first-child {
width: 100% !important;
margin: 0 !important;
}
|
I would need some color (orange) for the dimas hover
what you mean here I not understand.
If you mean orange - font color, CSS need add next
Code: |
.img-block.dimas-effect:hover .os-gallery-caption p:first-child {
width: 100% !important;
margin: 0 !important;
color: orange !important;
}
|
If you mean
hover orange color CCS need as below, but will look not good
Code: |
[class^=os-gallery-tabs-main] .img-block.dimas-effect:hover .os-gallery-caption {
background: orange;
}
|
Regards
Ordasoft team