Home Forums WoodMart support forum Part of my CSS is not working

Part of my CSS is not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #190399

    m0seR
    Participant

    Hello,

    My CSS code was working fine, but then i added some seperate code in the other boxes (CSS only for destkop / tablet / mobile ) and some of my CSS code does not respond.

    For example my css code for removing text transform from menus

    /*START TEXT TRANSFORM MENUS*/
    
    body .main-nav .menu>li>a {
        text-transform: none!important;
    		font-size:15px;
    		
    }
    body .topbar-menu ul>li>a {
        text-transform: none!important;
    }
    
    body .mobile-nav ul li a {
        text-transform: none!important;
    		font-size:15px;
    }
    /*END TEXT TRANSFORM MENUS*/
    
    span .wd-tools-text { 
    	text-transform:none!important;
    }
    
    div .woodmart-header-links.woodmart-navigation.menu-simple-dropdown.wd-tools-element.item-event-hover.my-account-with-text .login-side-opener { 
    	text-transform:none!important;
    }

    and some other code for a styling in mobile (CSS for mobile)

    /*START Single product page shipping & phone calls*/
    
    .singlephone {
    	width:100%;
    	margin:auto;
    	align-content:center;
    	border:2px solid;
    	padding:20px;
    	margin:5px;
    	
    }
    
    .singlemetaforika {	
    	width:100%;
    	margin:auto;
    	align-content:center;
    	border:2px solid;
    	padding:20px;
    	margin:5px;
    }

    Are not working

    You can find credentials in the private area.

    Thank you in advance.

    #190475

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have tried to login to your website and was unable to login. Please deactivate all the third party plugins.

    Then Remove all the comments from the CSS and check back.

    If the problem continues then provide with correct admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

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