Need to change color of search listing area background

Discussion in 'GeoCraft WordPress Theme' started by martinav, Feb 18, 2019.

  1. 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:

  2. 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