As seen on the site below, there's a rotating 468x60 banner slot under the featured slider, to the left of the banner is a list circle. How would one get rid of it?
As seen on the site below, there's a rotating 468x60 banner slot under the featured slider, to the left of the banner is a list circle. How would one get rid of it?
try and add this to custom.css:
.banner468 ul { list-style: none; }
I'm new to wp.. i have the same issue but need help locating this custom.css
could anybody give me a hand? thanks..
@duscmaster
not every theme has a custom.css;
if you cant't easily find it, add the code to style.css of your theme.
hey.. thanks for the quick response..
I pasted the code in the style.css of the template but nothing happens.. can you think of any other possible thing I'm missing?
thanks in advance..
can you think of any other possible thing I'm missing?
not without actually seeing your site.
there is always the possibility of a more specific code preventing your code from being applied; or errors in the stylesheet preventing whole sections from being applied; or ....
- link to your site?
try and add this to custom.css:
.banner468 ul { list-style: none; }
Hi alchymyth, your fix didn't work. But the following worked for me:
.wp_bannerize_468x60-Above-Posts-1 ul { list-style: none; }
@MartinPWPH
great - thanks for posting your solution ;-)
this might also help @duscmaster
This topic has been closed to new replies.