Home › Forums › WoodMart support forum › EXTRA CSS CLASS NOT WORKING EXTRA CSS CLASS NOT WORKING This topic has 3 replies, 2 voices, and was last updated 5 years, 10 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 24, 2019 at 7:25 pm #103950 Jeriss Cloud CenterParticipant I have assigned an extra css class called “tout” for which I’ve assigned a css code but it’s not working January 25, 2019 at 9:03 am #104009 Elise NoromitMember Hello, Classes work correctly http://prntscr.com/mbxqzz Your code is not correct. Here is the correct code: .mega-menu-list .sub-sub-menu .tout a, .menu-mega-dropdown .sub-sub-menu .tout a span { color:red; } Add the code to the Theme Settings > Custom CSS. Replace color: red for font-style after checking. Best Regards January 26, 2019 at 8:49 pm #104249 Jeriss Cloud CenterParticipant But I saw on the website of WPBakery that in order to make a call in the CSS to the Extra Class, it should be done just with : .”extra-class-name” { “code-here” } isn’t that correct? January 27, 2019 at 8:24 am #104268 Elise NoromitMember Hello, You need to rewrite existing style rules that is why your way would not work. You will find more information here https://www.w3schools.com/css/ Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register