Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter retrokitty

    (@retrokitty)

    I found this code in style.css. Could this be what needs to be edited to modify the homepage display?

    .feature-content {
        overflow: hidden;
        /* display: none; */
        padding-bottom: 57px;
        margin-bottom: 46px;
        background: url(images/line.png) bottom center repeat-x;
    }
    
    .feature-content .feature-content-inner {
        width: 354px;
        height: auto;
        margin-top: 5px;
        text-align: center;
    }
    
    .feature-content .feature-content-inner:hover {
        box-shadow: 0 1px 8px #abe5e1;
        -moz-box-shadow: 0 1px 8px #abe5e1;
        -webkit-box-shadow: 0 1px 8px #abe5e1;
    }
    
    .feature-content .feature-content-inner h3 {
        border: 1px solid #e4e4e4;
        margin-bottom: 0;
        font-size: 22px;
        padding: 25px 10px;
        line-height: 26px;
    }
    
    .feature-content .feature-content-inner:hover h3 {
        border: 1px solid #abe5e1;
    }
    
    .feature-content .feature-content-inner h3 a {
        color: #222222;
    }
    
    .feature-content .feature-content-inner .image-box {
        width: 354px;
        height: 172px;
        overflow: hidden;
    }
    
    .feature-content .feature-content-inner img {
        width: 354px;
        height: 172px;
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }
    
    .feature-content .feature-content-inner .feature-content-text {
        border: 1px solid #e4e4e4;
        border-top: none;
        padding-top: 15px;
        padding: 20px 10px 25px 10px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
    
    .feature-content .feature-content-inner:hover .feature-content-text {
        border: 1px solid #abe5e1;
        border-top: none;
    }
    
    .feature-content .feature-content-inner .feature-content-text h3 {
        font-weight: bold;
    }
    
    .feature-content .feature-content-inner .feature-content-text h3 a {
        color: #000000;
    }
    
    .feature-content .feature-content-inner .feature-content-text p {
        color: #535353;
        line-height: 24px;
        font-size: 16px;
        color: #161616;
    }
    
    .feature-content .feature-content-inner .feature-content-text .circle img {
        width: 143px;
        height: 143px;
        margin-bottom: 25px;
        border-radius: 82px;
        margin-top: -92px;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: 3px solid #fff;
    }
    
    .feature-content .feature-content-inner.first {
        margin-left: 5px;
    }
    
    .feature-content .feature-content-inner.second {
        margin-left: 12px;
    }
    
    .feature-content .feature-content-inner.third {
        margin-left: 18px;
    }
    
    .feature_mid_content {
        margin-bottom: 0px;
        padding-bottom: 55px;
        margin-bottom: 48px;
        overflow: hidden;
        background: url(images/line.png) bottom center repeat-x;
    }
    
    .feature_mid_content .featurebox h2 {
        margin-bottom: 8px;
        color: #111;
    }
    
    .feature_mid_content .featurebox p.short_desc {
        font-size: 16px;
        color: #222;
        margin-bottom: 24px;
    }
    Thread Starter retrokitty

    (@retrokitty)

    And/Or does anyone know why the new versions of WP seem to override the theme changes that I have in Custom CSS area of the Theme Options? I think that’s why all of my changes are gone.

    Thread Starter retrokitty

    (@retrokitty)

    I have no idea what’s going on, but the files are back. Not going to question it, just happy to see my code!

    Thread Starter retrokitty

    (@retrokitty)

    Interesting update… I started editing the mobile version of another theme through my ftp & all of a sudden, my whole blog stopped showing up. I reverted the mobile version back to the original code and looked at the blog’s dashboard on the wp admin. For some reason, it said that my themes directory was empty, even though it shouldn’t have been.

    When I clicked the link to view that page, my old theme (the one I deleted & made this thread about.) was back and the new one was gone! I activated the old one and looked in my ftp so I could redownload/backup the files for it, but it wasn’t listed there.

    It’s like a ghost theme or something. The files must exist somewhere because they’re showing up on my site, but I’m afraid to switch themes for fear that it’ll go away again. Anyone have any ideas how I can get access to the theme code so I can back it up?

Viewing 4 replies - 1 through 4 (of 4 total)