• Resolved timocinzaynal

    (@timocinzaynal)


    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]

Viewing 1 replies (of 1 total)
  • Hello,

    I have browsed into the issued page and received 404, if you still experience issue within a specific page, please share the link here.

    Regarding the issue with CSS files, please try clearing your browser cache and regenerate CSS files by going to Elementor through WP admin dashboard -> Tools -> General -> Regenerate CSS. Click on regenerate files and save the changes.

    Regarding the second minor, could you please write me down where have you tried adding this custom CSS ?

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Material design icons are not the same in my local env as in my wordpress site’ is closed to new replies.