Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: bigger logo in the header #82468
    FOEC
    Member

    Hi @Mahesh,

    can I ask you how do you find the number “1060” or 343″ in the CSS code you gave me.

    /* For changing color and background color for Donate Now. */
    #secondary-menu ul.menu #menu-item-343 > a {
        color: #ffffff; /* Your desired color's hex value */
        background-color: #0000ff; /* Your desired color's hex value */
    }
    #secondary-menu ul.menu #menu-item-1060 > a {
        color: #fff;
        background-color: #0000ff;
    }

    Because the problem now, is that I made a new page “Donate Now” and I don’t have the blue square anymore… Same for my french website.

    in reply to: bigger logo in the header #81919
    FOEC
    Member

    Thanks @Mahesh ! 🙂

    in reply to: bigger logo in the header #81577
    FOEC
    Member

    Hi @Mahesh,

    Thanks! It work like a charm 🙂
    Is it possible to have the same thing for my french website? (Donate Now = Faites un don)
    http://fr.ccof-foec.org/

    in reply to: bigger logo in the header #81346
    FOEC
    Member

    Hi @Mahesh,

    For the “Donate Now”, the CSS code only change the color of the font. Not the background (the square). Do you think its possible to change the blue background only of the “Donate Now” to another color?

    And for the menu bar, I would like to align the bottom edges of the logo and menu bar.
    Not centralized. Sorry about that, maybe I was not clear.

    Thanks for your help!

    in reply to: bigger logo in the header #81310
    FOEC
    Member

    screenshot

    in reply to: bigger logo in the header #81309
    FOEC
    Member

    Okay, it work. I went to Appearance => Theme Options => Custom CSS
    And I put

    #site-logo img { max-height: 70px; }
    #masthead.fixed-header #site-logo img { max-height: 32px; }

    But now if I put the logo too big, like 70px height the first menu bar goes up to much :S
    (Home, About Us, Volunteer Zone, Contact Us, FR)
    Can I put it lower?

    in reply to: bigger logo in the header #81302
    FOEC
    Member

    I saw this post : http://catchthemes.com/support-forum/topic/adventurous-pro-logo-size/

    I try to change this:

    #site-logo img { max-height: 41px; }
    #masthead.fixed-header #site-logo img { max-height: 32px; }

    the 41px for 100px
    and the 32px for 41px

    And it didn’t work. 🙁

Viewing 7 posts - 1 through 7 (of 7 total)