Remove meta and change footer colour

Discussion in 'Appointway WordPress Theme' started by pauljw, Nov 14, 2020.

  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi,
    Please see attached screen shot.

    I would like to remove that part that says Meta, login, entries etc.

    I would also like to change the colour of the footer from that purple colour to the same blue as I have at the top of the page.

    The site is:
    https://www.ovencleanerdoncaster.co.uk/

    Many thanks,

    Paul.
     
    Last edited: Nov 14, 2020
  2. shemaela21

    shemaela21 Guest Staff Member

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

    Warm Wishes From InkThemes,

    I would like to remove that part that says Meta, login, entries etc.

    You can change it from the widget area of your website's dashboard.

    I would also like to change the colour of the footer from that purple colour to the same blue as I have at the top of the page.

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    .footer_container {
        border-bottom: 1px solid #2817e6;
        background: #2817e6;
    }
    .bottom_footer_container {
        background: #2817e6;
    }
    Regards,
    Shemaela
    InkThemes.com
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
  4. shemaela21

    shemaela21 Guest Staff Member

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

    Warm Wishes From InkThemes,

    You are most welcome!

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

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page