Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #81350
    marga
    Participant

    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 Marga

    #81359
    marga
    Participant

    Hello 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.
    thanx

    #81362
    marga
    Participant

    Okey, 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

    #81377
    Pratik
    Keymaster

    Hi @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.

    #87763
    stefanrsharpe
    Participant

    Hi 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

    #87840
    Pratik
    Keymaster

    Hi @stefabsharpe,
    Can you let me know which vertical line you are talking about? Can you show with a screenshot?

    Regards,
    Pratik

    #93703
    erx87
    Participant

    Hello, 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.

    #93744
    Pratik
    Keymaster

    @erx87: Please post in your site url

    #93928
    erx87
    Participant

    Sorry For not adding earlier: http://www.lda-verteneglio.hr/

    #93994
    Pratik
    Keymaster

    @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;
    }
    
    #94115
    erx87
    Participant

    OMG thank you, finally i can change the color. Thank you so much, it worked

    #118429
    shizforce
    Participant

    I 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.)

    #118479
    Pratik
    Keymaster

    Hi @shizforce,

    Yes your site is in maintenance mode. Please let me know when its online, only then I can help you.

    Regards,
    Pratik

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change the menu’ is closed to new replies.