How can I delete components from the theme

Discussion in 'RoadFighter WordPress Theme' started by raya12345, Jan 6, 2014.

  1. raya12345

    raya12345 New Member

    Joined:
    Jan 5, 2014
    Messages:
    1
    Likes Received:
    0
    Hi, I want to delete some components from the homepage and the new pages. How can I do it?

    For example, removing the social media buttons, customer reviews, blog posts, view portfolio section.

    Also I want to change the word 'home' in the menu to 'HOME'
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom_footer_container ul.social_logos li {
    display: none;
    }
    .bottom_tagline {
    display: none;
    }
    .feature_blog_content .featurebox{
    display: none;
    }
    .feature_testimonial {
    display: none;
    } 
    This will remove the social media buttons section, customer reviews section, blog posts section, view portfolio section.

    To change the name of menu item,
    Go to the Custom Menu section (Appearance -> Menus) and edit the name of the Home menu.
     
  3. solyom__

    solyom__ New Member

    Joined:
    Jan 21, 2016
    Messages:
    25
    Likes Received:
    0
    Dear Piyush,

    Could you tell me, that how can i change the "important notice with a call" and the View portfolio to my own specific sentences?
    Also could you help me, how can assign a link for the View Portfolio button?

    Thank you for your answer!

    Best Regards
    Zoltan Nemeth
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot as well so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page