Text overlay issue
-
Dear all.
I honestly used search at the support forum but it seems like my knowledge of juery and php is too poor to understand advices given there. The job has to be done however so I kindly ask for your help in my problem.
The issue is that I want text boxes to overlay pictures in my slideshow like here example. The only way I see I could do this is applying additional styles to “h2” and “a” tags. So I added new styles to a class “smooth_slideri h2” in /css/skins/default/style.css. In “inspect element” tab I can see that all the styles are recognized well, however the system doed not apply them because other styles are generated directly tags somewhere else and given as
<h2 style=”clear:none;line-height:17px;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:bold;font-style:normal;color:#000000;margin:0 0 5px 0;”>IMG_0627</h2>
All this is done in some div class=”smooth_slideri” which locates in another div class=”smooth_sliderb”
I tried to find where these strings could be placed, however didn’t succed so far. Would really appreciate your help.
The topic ‘Text overlay issue’ is closed to new replies.