remove demo widgets from home page

Discussion in 'Appointway WordPress Theme' started by penny, Jun 3, 2019.

  1. penny

    penny New Member

    Joined:
    Jun 2, 2019
    Messages:
    2
    Likes Received:
    0
    I changed from the lite version to the pro and unwanted demo widgets appeared and I am unable to remove them.

    I also want to change the colour of the header and footer of the site but cannot find where to do this.

    Thank you

    I will I have already sent an email but no response and this is quite urgent.
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Greeting from InkThemes,

    => I changed from the lite version to the pro and unwanted demo widgets appeared and I am unable to remove them.

    Kindly list down the areas and the widgets which you want to remove.

    I will provide you with the required information for that.

    => I also want to change the colour of the header and footer of the site but cannot find where to do this.

    Code:
    /* For header container */
    
    .header_container {
        background: #7d087a;
    }
    
    /* For Menu container */
    
    .menu_container {
        background: #4b0f57;
    }
    #menu .ddsmoothmenu li a {
        color: #fff;
    }
    #menu li a:hover {
        color: #cf61f4;
    }
    #menu .ddsmoothmenu li li a:hover {
        color: #cf61f4;
    }
    #menu .ddsmoothmenu li li a:hover {
        color: #cf61f4;
    }
    
    /* For Footer container */
    
    .footer_container {
        background: #631385 url(images/footer-bg.png) center top repeat-x;
        border-bottom: 1px solid #760bce;
    }
    .bottom_footer_container {
        background: #36065b;
        border-top: 1px solid #2a0845;
    }
    I hope the above code will be helpful to you.

    Let us know if you need further help, we will be happy to help you.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page