I just want to give a "Shoutout" to the Inkthemes customer support team for doing such a wonderful job. First, Akbar responded to my initial post very quickly, and after a failed attempt at the first solution to my problem, I provided my login credentials and a few details, and Shemaela had the problem solved before I knew it. I was willing to pay for the service, but they did not ask me for a penny. Thank you, guys! dshim
Hello, Greeting from InkThemes, We are very happy and thankful to hear from you that you liked the service we provide. You can submit the feedback here this is the link to the feedback form: https://www.inkthemes.com/feedback/ We will be happy to assist you in the future too, do let us know if you need further assistance. Regards, Akbar InkThemes.com
Need to change color of search listing area background, and on the sides of the top nav bar to black can you help, thanks
Hello, Greeting 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). /** For top menu **/ Code: .menu_wrapper .menu-container { background: #20296f; border-bottom: 1px solid #e7e7e7; } #menu .ddsmoothmenu li a { color: #f5e7e7; margin-top: -1px; padding: 2px 18px 2px 13px; font-size: 15px; } /** For search listing button **/ Code: .main_search #searchsubmit { background: #1980D1; border-bottom: 2px solid #124a76; } You can use the color codes of your choice. Regards, Akbar InkThemes.com