Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #21996
    Melanie
    Participant

    Hi,

    I need to move the Header Menu to the left (above my logo) and change the black background to white, and the color of the words to #080079 bold.

    Will you please provide instructions on how to do that?

    My URL is http://www.allinmom.com

    #22023
    Sakin
    Keymaster

    @Melanie: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. But what about the sub-menus.

    #fixed-header-top { background-color: #fff; }
    #fixed-header-top ul li { float: left; }
    #fixed-header-top ul.menu > li a { color: #080079; }
    #fixed-header-top ul.menu li:hover > a,
    #fixed-header-top ul.menu ul :hover > a,
    #fixed-header-top ul.menu a:focus {
    	color: #080079;
    }
    #22036
    Melanie
    Participant

    Thank you very much! Completely forgot about the sub-menu…

    For sub-menus I need the background to go to white and submenu words to be #680710.

    Truly thank you for your time on this

    #22044
    Sakin
    Keymaster

    @Melanie: Ok the complete css will be as below:

    #fixed-header-top { background-color: #fff; }
    #fixed-header-top ul li { float: left; }
    #fixed-header-top ul.menu > li a { color: #080079; }
    #fixed-header-top ul.menu li:hover > a,
    #fixed-header-top ul.menu ul :hover > a,
    #fixed-header-top ul.menu a:focus {
    	color: #080079;
    }
    #fixed-header-top ul.menu ul {
    	background-color: #fff;
    }
    #fixed-header-top ul.menu ul li a {
    	color: #680710;
    }
    #fixed-header-top ul.menu ul li a:hover {
    	background-color: #fff;
    }
    #22062
    drshento
    Member

    I copied the “Ok, the complete css will be as below:” CSS and pasted it into “Appearance => Theme Options => Custom CSS” box and it did nothing. I am using the free Catch Everest Theme. I am running it under a child theme as I could have to edit core theme files. I am designing for artists that want it just so so.

    I am wondering if they should have the Catch Everest Pro. I wrote Sales some time ago for the difference in the two and if the price was for lifetime use. I’ve not received a reply.

    Thank you for any help.

    #22076
    Melanie
    Participant

    It worked perfectly! Thanks for the awesome support!

    Drshento – I’m using Evolution Pro. There may be a difference in versions & capability.

    #22098
    Sakin
    Keymaster

    @drshento: This is Catch Evolution Pro forum and for Catch Everest, you need post in Catch Everest forum at http://catchthemes.com/support-forum/forum/catch-everest-public/

    Catch Everest Pro is advance version of Catch Everest Free and the additional features has been highlighted in http://catchthemes.com/theme-instructions/catch-everest-pro/

    #22164
    drshento
    Member

    Thanks, Sakin for the quick response. I’ll see you on the proper page.

    The page on Catch Everest Pro does not tell me the cost. I need to know if it is a one time payment of about $45 or if it is an annual payment.

    Thanks.

    #22171
    Sakin
    Keymaster

    @drshento: It’s $44.99 for the Theme and you will get free update for 1 year. But after 1 year if you still wants the update then you need to renew it otherwise you can just use the theme without update.

    #22182
    drshento
    Member

    Sakin, thanks for your promptness and complete answers.

    On the link you gave me for the public forum, there is a place I can post a problem, but I go to the result of my searches and there is no place for me to ask a question related to that page??

    #22206
    Sakin
    Keymaster

    @drshento: If you are able to post message there then you can post it there as well. Just that you can directly reply here. There also if you click on any topic you can reply. But I recommend you to create new question so that I can answer better. To do that you just scroll down to bottom of the page and you will see Create New Topic in “Catch Everest | Free WordPress Themes”, there you can type in your title and content as per you need.

    #22290
    drshento
    Member

    Sakin, you must be super-man to be in so many places at once! Thanks for the prompt, helpful reply. I am impressed with the good support from Catch Themes.

    #22370
    Sakin
    Keymaster

    @drshento: Thanks I try my best to make everyone happy and when I receive any appreciation. It makes my day wonderful. Thanks a lot 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Left Align Header Menu’ is closed to new replies.