Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Disable background arrow image from showing in related posts plugin (http://forum.bytesforall.com/showthread.php?t=19351)

Makis77 Jan 16, 2013 12:02 PM

Disable background arrow image from showing in related posts plugin
 
Hi guys!
I noticed that every mention of <li>...</li> shows the background image as defined on montezuma css.
I tried to override that image to none because I used a related posts plugin but it keeps showing.

See here for example(scroll down to see the related videos section):
http://wildanimals.tv/short-document...al-killers.php

css code for background image is:

.hentry ul li i, .comment-text ul li i {
.....
}

and I replaced it to:

.hentry ul li i, .comment-text ul li i {
background: none; !important;
}

and inserted into the related posts plugin css, this seems to work BUT thing is that it overrides theme's for post content.

Is there a way to disable li,ul background ONLY for the Related Posts Plugin?

juggledad Jan 16, 2013 12:36 PM

HTML Code:

.hentry ul li i, .comment-text ul li i {
background: none; !important;
}

this syntax is invalid - recheck it (and yes I'm not telling you what is wrong, that you have to learn. Knowing something is wrong should be enough to figure out what is wrong.)

jerryc Jan 16, 2013 01:28 PM

Quote:

Originally Posted by juggledad (Post 94991)
this syntax is invalid - recheck it (and yes I'm not telling you what is wrong, that you have to learn. Knowing something is wrong should be enough to figure out what is wrong.)

One of the first things I'd recommend anybody check after making custom css or html and it doesn't work is an online validator. I have them bookmarked.


All times are GMT -6. The time now is 06:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.