Home Forums WoodMart support forum Missing some CSS styles after update theme to latest version

Missing some CSS styles after update theme to latest version

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #317915

    jc
    Participant

    Ηello i wish you well,

    After updating theme to its latest version, I noticed that some custom css broke.

    Unfortunately, these custom css are the result of paid developer work and are difficult for me to configure properly.

    Can you help us move from version 5.3 to 6.1? I have created a stage environment of the page.
    We have 2 problems, one with nav menu and another with tab product page.

    Can you please assist?
    Thanks in advanced!

    #317920

    jc
    Participant

    Please see below codes for staging site.

    Thanks in advanced.

    #317989

    Bogdan Donovan
    Keymaster

    Hello,

    Please, provide us your WordPress dashboard admin access, so we can log in and check this on your side.

    Thank you in advance.

    #317992

    jc
    Participant

    Hello,
    Thank you very much for the prompt response.

    Let me remind you that I give you access to a stage environment, to a subdomain.

    Thanks in advanced!

    #318088

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issues.

    .website-wrapper .wd-dropdown-cats {
        background: #616060;
        color: #FFF;
    }
    
    .website-wrapper .wd-nav-vertical>li.menu-item-has-children>a:after {
    	color: #FFF;
    }
    
    .website-wrapper .menu-simple-dropdown .sub-menu-dropdown, 
    .website-wrapper .menu-simple-dropdown .sub-sub-menu {
    	padding-left: 0;
    	padding-right: 0;
    }
    
    .website-wrapper .wd-sub-menu li a {
    	padding: 10px 20px;
    }
    
    .website-wrapper .wd-dropdown-menu.wd-design-default .wd-dropdown {
    	padding: 0;
    	margin: 0;
    }
    
    .themegic_custom_tabs .tabs-nav {
    	padding-left: 0;
    }
    
    .themegic_custom_tabs .tabs-nav li {
    	list-style: none;
    }

    Kind Regards

    #318232

    jc
    Participant

    Thanks Bogdan!

    Awesome support!!!
    I would also like to ask you if I need to activate in addition to the rocketCDN service and the Cloudflare service.
    Have you tried something similar in your demos?

    Thanks in advanced!

    #318348

    Artem Temos
    Keymaster

    Yes, we usually use RocketCDN or KeyCDN in our projects. We don’t use Cloudflare.

Viewing 7 posts - 1 through 7 (of 7 total)