- This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi,
I’am trying to use the subpage module but when i choose en icon for my item, on my page i have two icons (the default one and tne one which i have selected). tell how can i fix it please?
thanks
Add following css at the end of …wp-content/themes/sensitive-pro/style.css file
.minimax_subpage ul li{
list-style: none !important;
}
Done, it work thank you for your help.