1#I don't want to use the Fourth Footer Widget Area, but it won't let me drag it away. How do I remove it completely? I'm at http://www.akupunkturkbh.dk. Thanks 2# How do i change the color of the footer areas from black to gray” the same color as where it say “Cristiaan Iuul tilbyder”? 3# How do i change the color in the main-menu bar from white to orange? 4# How to i change the color of the top header “ where the phone nr is, from dark gray to the same gray as in the area where it say “Cristiaan Iuul tilbyder” ? 5# how do i remove the Hover Color in main menu ? Than you in advance
Hi, Greetings from InkThemes! Solutions to your above issues are given below accordingly, you just need to paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. 1) I don't want to use the Fourth Footer Widget Area, but it won't let me drag it away. Code is given below, Code: .footer_columns.last { display: none; } 2) How do i change the color of the footer areas from black to gray” the same color as where it say “Cristiaan Iuul tilbyder”? Code: .footer { background: #7b7b7b; } 3) How do i change the color in the main-menu bar from white to orange? Code: #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li.current_page_item a, #menu .ddsmoothmenu li li a { background: #FAAC58; } 4) How to i change the color of the top header “ where the phone nr is, from dark gray to the same gray as in the area where it say “Cristiaan Iuul tilbyder” ? Code: .social_wrapper { background: #7b7b7b; } 5) how do i remove the Hover Color in main menu ? Code: #menu li a:hover { background: cornsilk; } Note: You can change color as per your requirement.. Hope it will resolve your issues.. Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com