Tagged: Header Menu
- This topic has 12 replies, 3 voices, and was last updated 10 years, 7 months ago by Sakin.
-
AuthorPosts
-
March 20, 2014 at 8:41 pm #21996MelanieParticipant
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
March 20, 2014 at 10:16 pm #22023SakinKeymaster@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; }
March 20, 2014 at 10:56 pm #22036MelanieParticipantThank 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
March 20, 2014 at 11:41 pm #22044SakinKeymaster@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; }
March 21, 2014 at 3:32 am #22062drshentoMemberI 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.
March 21, 2014 at 6:50 am #22076MelanieParticipantIt worked perfectly! Thanks for the awesome support!
Drshento – I’m using Evolution Pro. There may be a difference in versions & capability.
March 21, 2014 at 9:13 am #22098SakinKeymaster@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/
March 21, 2014 at 10:29 pm #22164drshentoMemberThanks, 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.
March 21, 2014 at 11:22 pm #22171SakinKeymaster@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.
March 22, 2014 at 2:07 am #22182drshentoMemberSakin, 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??
March 22, 2014 at 9:55 am #22206SakinKeymaster@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.
March 22, 2014 at 11:46 pm #22290drshentoMemberSakin, 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.
March 23, 2014 at 10:36 pm #22370 -
AuthorPosts
- The topic ‘Left Align Header Menu’ is closed to new replies.