Tagged: menu, navigation
- This topic has 12 replies, 5 voices, and was last updated 7 years, 4 months ago by Pratik.
-
AuthorPosts
-
December 18, 2015 at 11:27 pm #81350margaParticipant
Hello team.
I love the catchbox theme very much, I have used it already a few times.
But now on this site http://baschnagelhof.alfahosting.org/
1.I would like to get rid of the black vertical lines between the menu-tabs. Is this possible.2.And then I would like to put in a different color for the menu text not only by hoover but also by active. I cannot find where to change this in css.
3. Then is it possible to put the logo in the center???
Thanx
and greetings MargaDecember 19, 2015 at 3:00 am #81359margaParticipantHello Team,
okey the first issue I could resolve by this code in css.
#branding ul.menu li {
border-left: none;
}I hope you can help me with the other two.
thanxDecember 19, 2015 at 4:23 am #81362margaParticipantOkey, know I also could change the color for active menu.
but I think this is not the right way but it works#branding ul.menu li:hover > a, #branding ul.menu a:focus, #colophon #access-footer ul.menu a:hover, #colophon #access-footer ul.menu a:focus {
background: transparent linear-gradient(#F9F9F9, #E5E5E5) repeat scroll 0% 0%;
color: #3874DB;
}so only the logo centered is pending….
maybe i find this one too.
I let you know.Marga
December 19, 2015 at 9:44 am #81377PratikParticipantHi @marga,
For 1 and 2 you have solved it yourself so that is great.For third, you will need to follow these steps in “Appearance=> Theme Options=> Custom CSS”
* First, Remove following code:#site-logo, #hgroup.with-logo { display: inline-block; float: left;; }
* Then, add following code:
.logo-wrap { display: block; text-align: center; width: 100%; } #site-logo { display: block; float: none; }
Thats it, and the logo should be center.
Let me know how it works out.
March 18, 2016 at 9:30 pm #87763stefanrsharpeParticipantHi I cannot remove the black vertical lines in my menu. I have tried the above code but this is not working. Please let me know if you can help. I use Simple Catch Pro. My website is: http://www.themillennialbudget.com
March 20, 2016 at 7:59 am #87840PratikParticipantHi @stefabsharpe,
Can you let me know which vertical line you are talking about? Can you show with a screenshot?Regards,
PratikJune 16, 2016 at 4:46 pm #93703erx87ParticipantHello, I’m using catch box and I have a serious problem on changing the main menu color background, I tried a lot of css codes to add in Custom CSS Styles, but none seems to work. I’ve read every post possible. Please help, I need to change the background color and the hovering color to a custom one #2A3E74. Thank you in advance.
June 17, 2016 at 9:23 am #93744June 20, 2016 at 3:57 pm #93928erx87ParticipantSorry For not adding earlier: http://www.lda-verteneglio.hr/
June 21, 2016 at 2:40 pm #93994PratikParticipant@erx87: Please use following CSS to change the main menu color background:
#access, #access ul.menu li:hover > a { background: #2a3e74 none repeat scroll 0 0; }
June 23, 2016 at 1:53 pm #94115erx87ParticipantOMG thank you, finally i can change the color. Thank you so much, it worked
July 1, 2017 at 2:22 pm #118429shizforceParticipantI had the same questions regarding logo and changing the navigation background color.
Putting the logo in the center worked with the given instruction, so thank you. But I still can’t change the background color from the navigation menu.
http://www.lebe-das-schreiben.de (Don’t know if you can get access since I have activated the maintenance overlap.)Right now I’m using the green theme from the customization. But I need a completely different theme color to fit the rest.
Another question:
I also want to change the color from social icons on the bottom. (How) Can I do that?
(There is much more I want to optimize, but I’m still trying for myself.)July 2, 2017 at 11:44 pm #118479PratikParticipantHi @shizforce,
Yes your site is in maintenance mode. Please let me know when its online, only then I can help you.
Regards,
Pratik -
AuthorPosts
- The topic ‘Change the menu’ is closed to new replies.