Put a logo at top of menu bar

Discussion in 'Photomaker WordPress Theme' started by kbarnold, Jun 26, 2014.

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

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    Hi guys,

    I would like to put a text widget with a small .png logo above the menu items in the right-side menu bar. Is there a way to do this. Please see my screenshot attached.

    Thank you.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

    It is not possible for us to put text widget above the menu items in the right-side menu bar.
    But you can display image there,
    Go to the footer.php file present in your theme directory and paste the code given below in that file as shown in the image given below.

    Code:
    <div class="extra_img"><a href="Enter The Link For Image Here"><img src="Enter Your Image URL Address Here"></a> </div> 
    [​IMG]


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

    Code:
    div.extra_img img {
    max-width:100%;
    } 
    This will solve your issue.
     
  3. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    Your instructions worked perfectly. Thanks Piyush!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page