Bottom Page Content

Discussion in 'GoldenEagle WordPress Theme' started by dcovell9, Jul 15, 2013.

  1. dcovell9

    dcovell9 New Member

    Joined:
    Jan 24, 2013
    Messages:
    23
    Likes Received:
    0
    Hi I'm curious on how to completely remove the information the I have highlighted in the attached picture on my home page (and all other pages the problem deals with.)

    Or if possible the footer titles (highlighted by the second smaller box) I'd be willing to keep if I could just keep the titles *and change the names* to then link to other sections of the website or external pages.

    Thanks in Advance!
     

    Attached Files:

  2. dcovell9

    dcovell9 New Member

    Joined:
    Jan 24, 2013
    Messages:
    23
    Likes Received:
    0
  3. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-strip {
    display: none;
    }
    .feature-bottom {
    display: none;
    }
    .footer .footer-inner h3 {
    display: none;
    }
    This will solve your issue.
     

Share This Page