Mobile app version of vmapp.org
Login or Join
Yeniel560

: Css issue in wordpress I am using a WordPress plugin and it has collapse arrows in the option. However, by default the word press theme has bluestar(*) being used for ul. In the page http://everything-evans.com/,

@Yeniel560

Posted in: #Css #Wordpress

I am using a WordPress plugin and it has collapse arrows in the option.

However, by default the word press theme has bluestar(*) being used for ul.

In the page everything-evans.com/, on the sidebar, under the title 'In the past', I want to display the collapsing arrows, and the star and yellow dots should disappear.

Let me know how to achieve this.

Thanks.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Yeniel560

1 Comments

Sorted by latest first Latest Oldest Best

 

@Reiling115

You may replace the used image (/wp-content/themes/calendar-new-york/images/arrow1.png).

Or you edit your stylesheet of the selected theme (/wp-content/themes/calendar-new-york/style.css). At #sidebar1 ul ul li {} theres an background-image specified which may be replaced or deleted.

BTW: The correct CSS implementation would be "list-style-image" instead of "background-image", refer to SitePoint CSS Reference

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme