I'd like to remove the following...

Discussion in 'RoadFighter WordPress Theme' started by crystal0811, Jul 28, 2013.

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

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I'd like to remove the following from the home page... for now.

    Latest from the blog
    Call to action
    View Portfolio button
    Social Media Icons
    RoadFighter Theme by InkThemes.com

    Thank you!

    http://crystalloveslife.com/
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1 Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featurebox h2 {
    display: none;}
    
    2)
    Code:
    .header_wrapper .call-us {
    display: none!important;}
    3)
    Code:
    .bottom_tagline .bottom_tagline_button a:hover {
    display: none!important;}
    .bottom_tagline .bottom_tagline_button a{
    display: none!important;}
    4) Go to the Appearance > Theme options > social icons
    and remove "#" from there.

    5) Go to the Appearance > Theme options > footer settings
    add your text there or just add <p></p> to leave that area blank.
     
  3. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Thank you! They all worked great except for the last one. I went to Appearance > Theme options > footer settings and added <p></p> but nothing happened. I also tried adding my own text and still nothing happened.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    I have checked your website and it seems that the above solution of 5th point is working fine.
    you can see in the image given below for reference.
    [​IMG]
     
  5. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Hi,
    I think maybe I wasn't clear enough on what I wanted. I wanted to remove this line...
    Any important notice with a call to action button can come here.

    I figured out how to do it. Thanks anyways!
     
  6. gdfred

    gdfred New Member

    Joined:
    Jul 31, 2013
    Messages:
    23
    Likes Received:
    1
    So how did you do it? Thanks!
     
  7. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I just added a couple spaces under home page tagline section.

    appearance > theme options > home page bottom feature > home page tagline
     
    gdfred likes this.
Thread Status:
Not open for further replies.

Share This Page