• im using visual composer and cherry frameworks to create a website for a friend. and im trying to change the menu background color, i tryed a few things but nothin works, if someone can help, i will aprecciate.
    the website is thepiperanishow.com/home

Viewing 6 replies - 1 through 6 (of 6 total)
  • are you looking to change the grey color of the links that are not active to another color? or the white background that the grey box links are sitting on?

    Thread Starter pedro0

    (@pedro0)

    both

    Thread Starter pedro0

    (@pedro0)

    i changed the color of the text in the menu boxes, but i want to change the box color, i want the menu looking just like a text and not a box…

    You can add css to show just the text by making the background transparent, but I see you now added an image to the header, so the text would be unreadable without a box of color behind it.

    in style.css on line 105 you have:

    .sf-menu > li {
    background: #ddd none repeat scroll 0 0;
    text-align: center;
    }

    if you change it to:

    .sf-menu > li {
    background: transparent none repeat scroll 0 0;
    text-align: center;
    }

    that will make the grey boxes transparent, showing the background image of the header behind the text links in the navigation… you could also change the background to #fff and then it would look like a white bar with black text links

    Thread Starter pedro0

    (@pedro0)

    Hi i changed a lot here, but now i got another problem. Somehow its not working when i try to change the blue color in the background.

    Ty. everything is beeing helpfull since i know praticaly nothing at all.

    Thread Starter pedro0

    (@pedro0)

    sorry i link the site in the wrong test

    HERE IS THE SITE! site

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘beginner! need help’ is closed to new replies.