Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter April475

    (@april475)

    This is my CSS if you need to see it:

    .carousel .item {
    line-height: 300px;
    overflow: hidden;
    max-height: 700px;
    }
    body {
    background: none repeat scroll 0 0 #FAFAFA;
    color: #4682B4;
    padding-bottom: 0;
    }
    .carousel-inner > .active {
    left: 0;
    /* Fix slider in IE */
    z-index: 9;
    }
    .carousel-caption {
    background-color: transparent9;
    /* IE8 and below */
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#33000000′, endColorstr=’#33000000′, GradientType=0);
    /* IE6-9 */
    max-width: 60%;
    padding: 5%;
    line-height: 14px;
    vertical-align: middle;
    /* fix for IE to align the grey box to center */
    top: 25%;
    display: inline-block;
    position: relative;
    margin-left: 11%;
    /*display:inline; IE7 and below */

    }
    .btn.btn-primary.fp-button {
    display: none;
    }
    /*Make Carousel fade. Delay between slides needs(?) to be > 7000ms for this to work well*/
    .carousel-inner > .item {
    -webkit-transition: 2s ease-in-out opacity;
    -moz-transition: 2s ease-in-out opacity;
    -ms-transition: 2s ease-in-out opacity;
    -o-transition: 2s ease-in-out opacity;
    transition: 2s ease-in-out opacity;
    }
    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
    opacity: 1;
    z-index: 1;
    left: 0;
    }
    .carousel-inner > .active.left {
    opacity: 0;
    z-index: 2;
    left: 0/* Remove icon */
    #main-wrapper .format-icon:before {
    content: none;
    }
    /* Center Title */
    .page #main-wrapper h1.format-icon:before {content: none;}
    .page h1.entry-title {
    text-align: center;
    }

    Thread Starter April475

    (@april475)

    I should mention that NONE of the css code I put in is working.

    None of this seems to be working for me. No matter what I use to remove the page icons (looks like a clipboard) nothing seems to work.
    My site is https://66.147.242.194/~mountby1/

    and this is all of my css code:

    .carousel .item {
    line-height: 300px;
    overflow: hidden;
    max-height: 700px;
    }
    body {
    background: none repeat scroll 0 0 #FAFAFA;
    color: #4682B4;
    padding-bottom: 0;
    }
    .carousel-inner > .active {
    left: 0;
    /* Fix slider in IE */
    z-index: 9;
    }
    .carousel-caption {
    background-color: transparent9;
    /* IE8 and below */
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#33000000′, endColorstr=’#33000000′, GradientType=0);
    /* IE6-9 */
    max-width: 60%;
    padding: 5%;
    line-height: 14px;
    vertical-align: middle;
    /* fix for IE to align the grey box to center */
    top: 25%;
    display: inline-block;
    position: relative;
    margin-left: 11%;
    /*display:inline; IE7 and below */

    }
    .btn.btn-primary.fp-button {
    display: none;
    }
    /*Make Carousel fade. Delay between slides needs(?) to be > 7000ms for this to work well*/
    .carousel-inner > .item {
    -webkit-transition: 2s ease-in-out opacity;
    -moz-transition: 2s ease-in-out opacity;
    -ms-transition: 2s ease-in-out opacity;
    -o-transition: 2s ease-in-out opacity;
    transition: 2s ease-in-out opacity;
    }
    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
    opacity: 1;
    z-index: 1;
    left: 0;
    }
    .carousel-inner > .active.left {
    opacity: 0;
    z-index: 2;
    left: 0/* Remove icon */
    #main-wrapper .format-icon:before {
    content: none;
    }
    /* Center Title */
    .page #main-wrapper h1.format-icon:before {content: none;}
    .page h1.entry-title {
    text-align: center;
    }

    Sorry to be such a pain, but I’m new to wordpress and am learning code very, very slowly. Thank you so much for any help you may be able to give me. ??

    Thread Starter April475

    (@april475)

    Resolved

    @rdellconsulting I STILL can’t remove the logo by the title on a page. I think I’ve butchered my code. Please help if you can. thank you so much.

    This is my page if you need to see it : https://66.147.242.194/~mountby1/

    Thread Starter April475

    (@april475)

    Nevermind! It worked! Thank you so much!

    Thread Starter April475

    (@april475)

    Thank you so much for your response, but that didn’t seem to work. Any other suggestions? Thank you again for your time!

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