Remove logo

Discussion in 'Appointway WordPress Theme' started by pauljw, Mar 13, 2015.

Thread Status:
Not open for further replies.
  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi,
    You helped me to insert a logo on the right of my home page (NCCA logo).

    This is the site: http://www.upholsterycleaningdoncaster.co.uk/

    I now need to remove it, but I can't remember how to do it.

    Can you help me please.

    Many thanks

    Paul.
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Kindly put this below code in :

    Go to the Appearance > Theme Options >Styling Options > Custom CSS

    Code:
    a.first-img {
      display: none;
    }
    Regards,
    Sameer
     
    pauljw likes this.
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Thanks Sameer, works a treat.
     
  4. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    I just need the footer color to change as well please.
     
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi paul!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_container {
      background: red;
    }
    .bottom_footer_container {
      background: green;
      border-top: green;
    }
    Thanks,
    Praveen
     
  6. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Thanks Praveen,

    Works well, Paul.
     
Thread Status:
Not open for further replies.

Share This Page