I want to delete or change VIDEO CRAFT logo on footer

Discussion in 'VideoCraft WordPress Theme' started by vietanhlish, Jan 4, 2014.

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

    vietanhlish Member

    Joined:
    Dec 30, 2013
    Messages:
    54
    Likes Received:
    1
    Hi admin, I want to delete or change VIDEO CRAFT logo on footer
    please help!
    Thanks
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .footer_toplogo img {
    display: none;
    } 
    This will solve your issue.
     
  3. vietanhlish

    vietanhlish Member

    Joined:
    Dec 30, 2013
    Messages:
    54
    Likes Received:
    1
    Thank so much
    but now i want to change it to my picture
    What should i do?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    For this,
    Firstly remove the code provided in the above post, from Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    And then go to the Appearance > Widgets panel in your dashboard and
    drag & drop the text widget in the second footer widget area.
    After that paste the code given below in the content section of text widget.

    Code:
    <img src="Enter your image URL address here" > 
    This will solve your issue.
     
  5. vietanhlish

    vietanhlish Member

    Joined:
    Dec 30, 2013
    Messages:
    54
    Likes Received:
    1
    Thank you for support !
     
Thread Status:
Not open for further replies.

Share This Page