Removing Nav Bar, Links

Discussion in 'RoadFighter WordPress Theme' started by collegebizz, Aug 19, 2013.

  1. jalvarad15

    jalvarad15 New Member

    Joined:
    Aug 17, 2013
    Messages:
    2
    Likes Received:
    0
    Hey guys I'm loving the theme so far! I have done just about everything I can without having to ask for help but I can't figure these things out.and the main changes came from only needing one page and removing unnecessary links

    1. My aim was to remove the Navigation Bar and I did, but it still left me with the "home" link
    which I temporarily turned into a period to make it less visible (which can slightly still be seen on the tile above the tub). I wanted to know if there was some custom CSS available (which I couldn't find) that would allow me to completely remove the nav bar with no links showing.

    \

    2.Somehow I managed to lose my subheading for the image below, and I can't seem to get it back no matter how many times I use the backup file.


    \



    3. I also wish to remove the link ability from the images below since the website is a one page website and won't be linking to any other pages. is there a way to remove the link ability such as in the phone below, or in the feature column section where it says "more". Also other links such as the "call to action button" which I dont need to link to anywhere else. A css code to remove the link ability would be awesome (except for on the ad banners of course). I already managed to remove the links in the slider, and the "More" in features section, but the images still link out to the home page which is probably a nuisance to the customer. I removed the link thumbnails, but it still still has link




    Thank you guys so much I appreciate the support and will continue to purchase InkThemes for future projects!

    Any help is appreciated.
     

    Attached Files:

  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:
    #menu {
    display: none;}
    2) I think you are talking about readmore on the slider.
    For it go to the custom css and remove code given below.

    Code:
    .slide .slide-content.entry .read-more {
    display: none;
    }
    
    For slider, Featured images, Phone images. It is possible to remove links through css but it will also remove hover styles from your page. So it is good to remove links from "front-page.php".
    so please provide the following information listed below.

    Thread Link: http://www.inkthemes.com/community/threads/removing-nav-bar-links.6844/
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will remove links from your page.
     
  3. jalvarad15

    jalvarad15 New Member

    Joined:
    Aug 17, 2013
    Messages:
    2
    Likes Received:
    0
    I just sent the information through email, thank you guys so much for the help and quick response I definitely recommend this site!
     
  4. Nitesh

    Nitesh Support Staff

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

    Detail you have sent is not working. Please check it and send again.
     

Share This Page