Hi, I have started a new web site. I tried to use some css (with changes of colour) from an existing site. I'm not doing very well :-( The new site is: https://centralleathercare.co.uk/ The blue colour is: #1d2c55 The gold colour is: #d2a387 I need the menu tabs text & the separator colours to be gold #d2a387 I need the Graphic of the mobile phone to be removed. Also, on the mobile menu, at the top, it is black. I need that to be blue #1d2c55 So after messing it up, I now have this in the CSS: Could you tell be what to do with it to get the results I need. Thank you My current CSS: .recaptcha_only_if_privacy { display:none; float: none!important; position: absolute!important; top: 27px!important; } .call-us p { background: none; } .slider_wrapper { display: none; } .header_container { background: white; } .menu_container { background: #1d2c55; } .call-us p { color: #d2a387; } .call-us a { color:#d2a387; } #menu .ddsmoothmenu li a { color: #ffffff; } .mean-container .mean-bar { background: blue; }
Hello, Warm Wishes From InkThemes, To make the desired changes, just paste the code in the Additional CSS section of the theme. Go to (Dashboard -> Appearance -> Customize -> Additional CSS). Code: #menu .ddsmoothmenu li { border-right: 1px solid #d2a387; } #menu .ddsmoothmenu li.current_page_item a, #menu .ddsmoothmenu li.current_page_ancestor a, #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a, #menu .ddsmoothmenu li.current-menu-item > a { color: #d2a387; } Regards, Shemaela InkThemes.com