Awesome Inkthemes Customer Support

Discussion in 'GeoCraft WordPress Theme' started by dshim, Jan 31, 2019.

  1. dshim

    dshim New Member

    Joined:
    Dec 28, 2011
    Messages:
    12
    Likes Received:
    0
    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
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    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
     
  3. martinav

    martinav New Member

    Joined:
    Jan 31, 2019
    Messages:
    2
    Likes Received:
    0
    Location:
    New York
    Need to change color of search listing area background, and on the sides of the top nav bar to black can you help, thanks
     

    Attached Files:

  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    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
     

Share This Page