Link to home
Start Free TrialLog in
Avatar of jonathanduane2010
jonathanduane2010

asked on

changing size and removing element from images

Hi Guys,

I was wondering how do i change the size of the images of "our Clients to about 150 x 150 " on the page here at

http://burgess.mightyavonradio.com/ and also how to remove the black and white element from it?

thank you
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

It is set inline in the code below  <li style="height: 50px;">
<div class="list_carousel">
            <ul class="logos-slides">
            
                                    <li style="height: 50px;">
                        <a href="#" class="bwWrapper" ><img src="http://burgess.mightyavonradio.com/wp-content/uploads/2015/02/cfmsmiley188_400x400.jpg" style="max-height: 50px;" class="logo" /></a>                    </li>
                                    <li style="height: 50px;">
                        <a href="#" class="bwWrapper" ><img src="http://burgess.mightyavonradio.com/wp-content/uploads/2015/02/flmVaSAW_400x400.jpeg" style="max-height: 50px;" class="logo" /></a>                    </li>
                                    <li style="height: 50px;">
                        <a href="#" class="bwWrapper" ><img src="http://burgess.mightyavonradio.com/wp-content/uploads/2015/02/81f11f0d8f8ef895a75044e751b0c50a_400x400.jpeg" style="max-height: 50px;" class="logo" /></a>                    </li>
                                    <li style="height: 50px;">
                        <a href="#" class="bwWrapper" ><img src="" style="max-height: 50px;" class="logo" /></a>                    </li>
                                    <li style="height: 50px;">
                        <a href="#" class="bwWrapper" ><img src="http://burgess.mightyavonradio.com/wp-content/uploads/2015/02/QIy4ARru_400x400.png" style="max-height: 50px;" class="logo" /></a>                    </li>
                                    <li style="height: 50px;">
                        <a href="#" class="bwWrapper" ><img src="http://burgess.mightyavonradio.com/wp-content/uploads/2015/02/0ujdBnhl.png" style="max-height: 50px;" class="logo" /></a>                    </li>
                                    <li style="height: 50px;">
                        <a href="http://98fm.com" class="bwWrapper"><img src="http://burgess.mightyavonradio.com/wp-content/uploads/2015/02/LEjGQWC0_reasonably_small.jpeg" style="max-height: 50px;" class="logo" /></a>                    </li>
                                    <li style="height: 50px;">
                        <a href="http://www.fm104.ie" class="bwWrapper"><img src="http://burgess.mightyavonradio.com/wp-content/uploads/2015/02/fm104-new_reasonably_small.jpg" style="max-height: 50px;" class="logo" /></a>                    </li>
                            </ul>
        </div>

Open in new window

Is this a wordpress function you can update?  I would hunt around your installed plug ins and I bet there is a setting.  You want to change that li style="height:50px;" to 150px
Avatar of jonathanduane2010
jonathanduane2010

ASKER

yeah its part of a woocommerce plugin, within wordpress there is no option to change :(
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial