Material design icons are not the same in my local env as in my wordpress site
-
Hi,
I am a pretty new WordPress user but i have coded for a while. I successfully in integrated my Vue application to WordPress via plugin. The problem that i faced is that there are some plugin’s css that interfered with my application style which mostly i have fixed. In my case it is elementor and divi plugins.
All the icons that i have in the page is automatically rendered as checkbox. The first ‘checkbox’ on the page should be radio’s and if you click next to view the other cards you will only see checkboxes…
Checking the element’s css i can see that divis’s css is being applied to it since it has the class name v-icon.
I am not sure how i can fix this the smoothest way.
The second minor problem that i have is that i would like to be able to remove the footer entirely. I tried going to customize additional css and put this in:
.page-id-2627 #page-container .ekit-template-content-footer{
display: none;
}But it had no effect. Any suggestions would be appreciated.
The page I need help with: [log in to see the link]
- The topic ‘Material design icons are not the same in my local env as in my wordpress site’ is closed to new replies.