RSS Feed and Home Button

Discussion in 'Poloray WordPress Theme' started by dinazawaski, Jun 24, 2014.

  1. dinazawaski

    dinazawaski New Member

    Joined:
    Apr 13, 2013
    Messages:
    16
    Likes Received:
    0
    Hello,

    My URL is http://bostondiverservices.com

    I would like to replace the "Home" button in the top right corner to some text. Is this possible? Its ok if it is still a link, I would just like to change the word "home" to something else

    Also, at the bottom of the page, is there a way to remove the orange bar that shows up at the top of the RSS feed widget (bottom right of the page)? It doesn't match the rest of the web page.

    Thanks in advance for your help!

    Dina
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. Go to
    Appearance > Menus
    and follow the instruction as shown in image given below

    2014-06-19_1112.png


    2.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     a.rsswidget img {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page