D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Change the photos on the first page to videos from youtube…

Front Page D5 Creation Forum General Questions Change the photos on the first page to videos from youtube… Re: Change the photos on the first page to videos from youtube…

#3640
D5 Creation
Keymaster
Quote:
Quote from alimansho on September 15, 2012, 20:56
Oh. Many thanks…
I got it…
However, the blank image will give a blank square instead of leaving the space empty without that empty square..
Please test what I’m saying.. In other words, can I get rid of the empty square???

Which browser are you using? For Firefox it is ok. But for all Browser Please do a Small Customization.

Open the style.css file and go to 887

Replace

Code:
#featured-boxs img.box-image {
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 5px 0 #000000;
height: 107px;
width: 21px;
}

with

Code:
#featured-boxs img.box-image {
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 5px 0 #000000;
height: 107px;
width: 21px;
display: none;
}

Hope this sill solve your problem.

If you have any further queries please don’t hesitate to let us know.