• Hello,

    I need a little helping hand from you guys.

    1) In the Footer of Kadence Themes site: “© 2015 Kadence Themes – WordPress Theme by Kadence Themes”. How can I change the background color? Like this: http://teamheller.com/

    Image: https://goo.gl/Yv3ebX

    2) Now in “topbarmenu”, how can I change the color when the mouse is over “FAQ”, for example. Because my bar is white, so the color doesn’t appear. I need a darker color.

    Image: https://goo.gl/DzWS24

    3) How can I change the color of “home-portfolio”, for example. But in full width, including the sides. So I would merge colors, like a flat design website.

    Image: http://oi57.tinypic.com/2eupmcj.jpg

    Thanks a lot!

Viewing 1 replies (of 1 total)
  • Hey,
    A link to your site is really helpful when asking for custom css work. Here is some guesses please post a link if you have more or these don’t work.

    1.

    #containerfooter> .container {
        width: 100%;
    }
    
    #containerfooter > .container .row {
        max-width: 1170px;
        margin: 0 auto;
    }
    
    .footercredits {
        padding: 5px 15px;
        margin: 10px -15px 0;
        background: gray;
    }
    
    .footercredits p {
        max-width: 1170px;
        margin: 0 auto;
        text-align: center;
    }

    2.

    .topbarmenu ul li a:hover {
        background: gray;
    }

    3. That isn’t an option with the free theme. You can do this in premium using pagebuilder and the premium themes carousel widget but in free the background only runs as wide as the page content.

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Footer, Top Bar Menu and Contents’ is closed to new replies.