remove the close icon from the top infobar

Discussion in 'Infoway WordPress Theme' started by rosy, Feb 25, 2013.

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

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    Hello,
    I don't want there to be a close icon on this bar - how can I remove it please?
    Thanks



     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .closeicon{
    display:none;
    }
     
  3. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    Thank You!
    That worked very well...now my Read More button seems too far to the left - can I align it where the closeicon "X" was before?
    Rosy :)
    readmore.JPG
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to header.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]


    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .siteinfourl {
    float: right;
    margin-right: -10px;
    }
     
  5. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    Thanks for the help!
    RESOLVED :D
     
Thread Status:
Not open for further replies.

Share This Page