Forum Replies Created

  • In reply to: Infinite scroll

    #46540

    Why are the changes I made in my child theme style.css file unrecognized and have no effect?

    I made all the changes suggested in this post and nothing happens.

    In reply to: Infinite scroll

    #46538

    Thanks for replying, I changed the CSS but everything goes as before. Below is a part of my code after the change.

    Taking advantage of this email another question: is it possible to change the size of the top bar so that it is narrower, less wide?

    /* =Footer

    */

    .footer-inverse {
    background: #181e1f;
    color: #76797f;
    z-index: 99999;

    }

    .footer-lg {

    padding-bottom: 30px;

    border-bottom: 1px solid #333;

    }

    .footer-lg a {

    color: #fff;

    font-weight: 600;

    }

    .footer-lg .item {

    margin-top: 30px;

    }

    .footer-lg .item-title {

    text-transform: uppercase;

    font: bold 12px Montserrat, 'Open Sans', sans-serif;

    margin-bottom: 30px;

    }

    .footer-lg .form-control {

    box-shadow: none;

    }

    .footer-lg ul {

    padding: 0;

    }

    .footer-lg li {

    padding: 0;

    list-style: none;

    margin-bottom: 10px;

    }

    .footer-lg li .post-title {

    margin-bottom: 0;

    }

    .bottom-bar {

    padding: 25px 0 10px;

    }

    .footer .container > .row {

    margin-top: 0;

    }

    .footer-menu-wrapper {

    background: #23527C;

    margin-top: -1px;

    }

    .footer-menu {

    margin-bottom: 0;

    padding-top: 5px;

    padding-bottom: 5px;

    }

    .footer-menu li {

    list-style: none;

    display: inline-block;

    }

    .footer-menu li a {

    display: block;

    padding: 5px 7px;

    color: #fff;

    font-weight: 600;

    }

    .footer-menu li a:first-child {

    padding-left: 0;

    }

    .bottom-bar .copyright {

    margin-top: -10px;

    }

    .bottom-bar .copyright-text {

    margin-bottom: 0;

    }

    .social-links {

    margin: 0;

    }

    .social-links li {

    display: inline-block;

    font-size: 24px;

    line-height: normal;

    margin-left: 15px;

    }

    .social-links li:first-child {

    margin-left: 0;

    }

    .social-links li a {

    color: #76797f;

    -webkit-transition: color 0.2s;

    -moz-transition: color 0.2s;

    -o-transition: color 0.2s;

    transition: color 0.2s;

    }

    .top-bar .social-links li a {

    color: #AACAE7;

    }

    .social-links li a:hover {

    color: #000;

    }

    .footer .social-links li a:hover {

    color: #fff;

    }

    /* =Other plugins and add-ons

    */

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