Viewing 1 replies (of 1 total)
  • Theme Author Kiran Dash

    (@thekirankumardash)

    Hi. First of all thanks for using the theme. In order to change the style, please create a child theme and override the base styles.

    Right now I have made the music icon to appear before all list items in widgets under sidebar.

    You can change that icon by writing

    .widget_meta li:before, .widget_recent_entries li:before, .widget_recent_comments li:before, .widget_archive li:before, .widget_categories li:before {
     content: "\f054";
    }

    The above code in stylesheet of child theme will replace the music icon with a chevron icon. In the exact way you can override other css of theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Changi li style’ is closed to new replies.