How to remove the right link panel

Discussion in 'Poloray WordPress Theme' started by sis innovation, Nov 29, 2012.

  1. sis innovation

    sis innovation New Member

    Joined:
    Nov 26, 2012
    Messages:
    2
    Likes Received:
    0
    Hi,

    How do I remove the right link panel in poloray theme? Can I replace the right link panel with the same panel as on the left? Bare in mind my skills in creating websites are very limited.

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .linkpanel{
    display:none;
    }
    2.For your second issue


    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    If this isn't something you're able to do then you would need to hire a developer for this.

    Take care.
     

Share This Page