Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #10752
    barneycat25
    Member

    Hi,

    Is it possible to change the colour of my navigation tool bar?

    Current theme setting is black.

    Also is there a way of removing the navigation bar from my individual pages?
    I only want the main navigation bar on the home page and on my pages I will use a ‘pages widget on the left hand side.

    Many Thanks

    #10815
    Sakin
    Keymaster

    @barneycat25: Yes, you can change the color. And you can hide the navigation bar in all other pages through css. So, send me your site URL and will send you css code.

    #10848
    barneycat25
    Member

    Hi Sakin,

    I am no longer using the catch everest theme as it got hacked. My host tells me it was the theme that was hacked, sorry for wasting your time,

    Paul

    #10857
    Sakin
    Keymaster

    @barneycat25: Sorry to say that and can I know which host say that to you. Yes, you can set hacked to your site if you don’t update your WordPress and Plugins. See the recent updated 3.5.2 is also a security update.

    WordPress.org Theme Review Team checks all the quality and then validate and sanitize the data, before it get approved as theme. So, check for the root cause. It’s not our theme, I can guarantee that.

    See this to get better idea about the WordPress Security
    http://www.slideshare.net/catchinternet/building-secure-word-press-sites-catchinternet
    http://wordpress.tv/2013/02/26/sakin-shrestha-building-secure-wordpress-sites/

    #10860
    barneycat25
    Member

    Hi thats good to know.
    I am a novice at this, so I dont know who is right and wrong!

    Anyhow, I have deleted and re installed the catch everest theme and it looks fine. So I am happy!
    Also upgraded the new wordpress update.

    My site URL is http://www.ajctransport.com/

    So going back to my original question, would you be so kind to help please?

    Thanks

    #10863
    Sakin
    Keymaster

    @barneycat25: You can change it by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-menu {
        background-color: #aa66a0;
    }

    Note: Once your site has been hacked, there might be backdoor open and chances of getting hack again is high. So, please go though the slider and add the security measures.

    #10868
    barneycat25
    Member

    Many thanks, thats done the trick!

    Are you able to help on the 2nd question?

    Also is there a way of removing the navigation bar from my individual pages?
    I only want the main navigation bar on the home page and on my pages I will use a ‘pages widget on the left hand side.

    Thanks
    Paul

    #10877
    Sakin
    Keymaster

    @barneycat25: You Second Question: Also is there a way of removing the navigation bar from my individual pages?
    — Actually I need to see your site to give you exact css. But since your site is in Coming Soon mode. I have giving you this css on my assumption. I hope it works. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-menu {
        display: none;
    }
    .home #header-menu {
        display: block;
    }
    #10888
    barneycat25
    Member

    I really appreciate all your help in these solutions.

    Thank you kindly.

    Best Regards
    Paul

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Navigation Bar’ is closed to new replies.