Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • @media screen and (min-width: 61.5625em) {
    body:not(.search-results) article:not(.type-page) .entry-content {

    width: 100%!important;
    }

    This was given as a solution in a post above yours. It worked for me. I don’t like how it really looks now, but at least it is at the bottom.

    Thread Starter kpetersondesigns

    (@kpetersondesigns)

    Yes, doing that now.

    Thread Starter kpetersondesigns

    (@kpetersondesigns)

    The website is completely white and blank for me currently. I even restarted the computer but that did nothing. Sometimes this stuff stresses me out beyond belief. I just made this site so I have forgotten what the password even is. Once I am able to log on I will let you know. Thank you so much for your patience and your assistance. I could not have gotten it on my own.

    Thread Starter kpetersondesigns

    (@kpetersondesigns)

    that would be amazing because I think it changed the font back. I am normally so much better at this. I must be out of practice. Thank you for all your patience and help!

    Currently, I cannot get it to even load. It seems like it decided I was doing too much to it. Do you see it at all?

    Thread Starter kpetersondesigns

    (@kpetersondesigns)

    I tried to take out code that I thought wasn’t important and apparently it controls the color on the blog, which is odd. As it is the sales detail part.

    Thread Starter kpetersondesigns

    (@kpetersondesigns)

    Okay, this is incredibly weird but I put it in there and it didn’t work. I moved it to the top and it worked. So some code in there was stopping it from working.

    THANK YOU SO MUCH!!

    Unfortunately, on the block when you hover over a link, it still *looks* dark green. It could almost pass for the black but I think it is the green.

    Thread Starter kpetersondesigns

    (@kpetersondesigns)

    ah, I did because of one of the codes that was there. I took that out but still have the green. The current code that is there is this and it is here: Appearance > Customize > Style Settings > Custom Style Settings

    body .footer-navi { background: #F29DA7; }
    
    body .footer-container {
     background: none;
     background: #707070;
    }
    
    }
    .footer .contactform input[type=submit]{
        width:80px;
        height: 36px;
        font-size: 17px;
        border-radius: 4px;
        border: none;
        background: #ffffff;
        color: #fff;
        line-height: 25px;
    
    }
    .footer #searchform {
        background: #ffffff;
        width: 90%;
        height: 37px;
        line-height: 36px;
        padding: 0 1%;
        margin-bottom: 20px;
        border:1px;
        position:relative;
        border-radius: 0px;
    
    }
    .sl-slide-inner h1 a:hover{
        color:#F29DA7;
    
    }
    .salesdetails{
        width: 426px;
        background: rgba(255, 255, 255, 0.74);
        border-right: 8px solid #F29DA7;
        padding: 23px 20px 10px 24px;
        font-size: 20px;
        -webkit-animation: fadeInLeft;
        -moz-animation: slideInLeft;
        -o-animation: slideInLeft;
        animation: slideInLeft;
        -webkit-animation-duration: .3s;
        -webkit-animation-delay: .1s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: 1s;
        -moz-animation-delay: .3s;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-fill-mode: both;
        -o-animation-duration: 1s;
        -o-animation-delay: .3s;
        -o-animation-timing-function: ease-in-out;
        -o-animation-fill-mode: both;
        -ms-animation-duration: 1s;
        -ms-animation-delay: .3s;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-fill-mode: both;
        animation-duration: 1s;
        animation-delay: .3s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: both;
        color:#fff;
    
    }
    .flexslider_blog li.blog_item .flex_content a.read_more:hover{
        background: #F29DA7;
        border: 1px solid #F29DA7;
        color: #fff;
    
    }
    .flexslider_blog .flex-direction-nav .flex-next {
        right: -1px;
        background: #F29DA7 url(images/next.png) center no-repeat;
    }
    .flexslider_blog .flex-direction-nav .flex-prev {
        right: 27px;
        background: #F29DA7 url(images/prev.png) center no-repeat;
    }
    .flexslider_blog .flex-direction-nav .flex-next:hover{
        background: #F29DA7 url(images/next.png) center no-repeat;
    }
    .flexslider_blog .flex-direction-nav .flex-prev:hover{
        background: #F29DA7 url(images/prev.png) center no-repeat;
    
    }
    ins {
        background: #000000;
        border: none;
        color: #333;
    
    }
    a:link {
        color:#F09DA7;
    }
    a:visited {
        color:#F09DA7; 
    
    }
    a:active, a:hover {
        color: #F09DA7;
    
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
        background: url("../images/menu-bg.png") repeat-x scroll center top #F09DA7;
        color: #FFFFFF;
    
    #menu .ddsmoothmenu {
    background: #F09DA7;
    }
    
    .header .menu-bar {
    background: black;
    }
    
    /* Menu Colors */
    #menu li.current_page_item a, #menu li.sfHover a {
       background: #F09DA7;
    }
    
    /* Blog Link Colors */
    a:hover {
       color: #000000;
    }

    P.S. THANK YOU for your help

    Thread Starter kpetersondesigns

    (@kpetersondesigns)

    hm. I wonder why it isn’t working for me? This is the entire thing I have listed in the custom style sheet part of the customizing.

    http://kpetersondesigns.com/

    It has been saved, but the green is still there. I went to open it in a different browser to see if maybe it was cookies etc. but I still see green.

    Thread Starter kpetersondesigns

    (@kpetersondesigns)

    That is okay. I just tried it and nothing 🙁 I swear they have it locked in there somewhere (not that I think you can actually do that!) that it won’t change. This is everything I have changed, every time the green was listed I changed it.

    body .footer-navi { background: #F29DA7; }
    
    body .footer-container {
     background: none;
     background: #707070;
    }
    
    }
    .footer .contactform input[type=submit]{
        width:80px;
        height: 36px;
        font-size: 17px;
        border-radius: 4px;
        border: none;
        background: #ffffff;
        color: #fff;
        line-height: 25px;
    
    }
    .footer #searchform {
        background: #ffffff;
        width: 90%;
        height: 37px;
        line-height: 36px;
        padding: 0 1%;
        margin-bottom: 20px;
        border:1px;
        position:relative;
        border-radius: 0px;
    
    }
    .sl-slide-inner h1 a:hover{
        color:#F29DA7;
    
    }
    .salesdetails{
        width: 426px;
        background: rgba(255, 255, 255, 0.74);
        border-right: 8px solid #F29DA7;
        padding: 23px 20px 10px 24px;
        font-size: 20px;
        -webkit-animation: fadeInLeft;
        -moz-animation: slideInLeft;
        -o-animation: slideInLeft;
        animation: slideInLeft;
        -webkit-animation-duration: .3s;
        -webkit-animation-delay: .1s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: 1s;
        -moz-animation-delay: .3s;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-fill-mode: both;
        -o-animation-duration: 1s;
        -o-animation-delay: .3s;
        -o-animation-timing-function: ease-in-out;
        -o-animation-fill-mode: both;
        -ms-animation-duration: 1s;
        -ms-animation-delay: .3s;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-fill-mode: both;
        animation-duration: 1s;
        animation-delay: .3s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: both;
        color:#fff;
    
    }
    .flexslider_blog li.blog_item .flex_content a.read_more:hover{
        background: #F29DA7;
        border: 1px solid #F29DA7;
        color: #fff;
    
    }
    .flexslider_blog .flex-direction-nav .flex-next {
        right: -1px;
        background: #F29DA7 url(images/next.png) center no-repeat;
    }
    .flexslider_blog .flex-direction-nav .flex-prev {
        right: 27px;
        background: #F29DA7 url(images/prev.png) center no-repeat;
    }
    .flexslider_blog .flex-direction-nav .flex-next:hover{
        background: #F29DA7 url(images/next.png) center no-repeat;
    }
    .flexslider_blog .flex-direction-nav .flex-prev:hover{
        background: #F29DA7 url(images/prev.png) center no-repeat;
    
    }
    ins {
        background: #000000;
        border: none;
        color: #333;
    
    }
    a:link {
        color:#F09DA7;
    }
    a:visited {
        color:#F09DA7; 
    
    }
    a:active, a:hover {
        color: #F09DA7;
    
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
        background: url("../images/menu-bg.png") repeat-x scroll center top #F09DA7;
        color: #FFFFFF;
    }
    
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    background:#F09DA7!important;
    }
    
    #menu .ddsmoothmenu {
    background: #F09DA7;
    }
    
    .header .menu-bar {
    background: black;
    }
    
    /* Menu Colors */
    #menu li.current_page_item a, #menu li.sfHover a {
       background: #F09DA7;
    }
    
    /* Blog Link Colors */
    a:hover {
       color: #000000;
    }
    Thread Starter kpetersondesigns

    (@kpetersondesigns)

    I definitely have not touched their files. I have been putting them here:

    Appearance > Customize > Style Settings > Custom Style Settings

    Should I be making a child theme? I didn’t bother with that because I don’t plan on changing anything and they mention anything places in the Custom Style Settings will override the codes they have in place.

    Sadly, it did not change anything though. For some reason that stupid menu and the green is very intent on sticking around.

    I am going to jump in as I have been having the same issues (I think!). I recently download this theme for a new site and the green accents are stumping me as to what code to use in the customize area to overwrite the original ones.

    http://www.kpetersondesigns.com

    1- The main page menu. Currently I only have Home & About. The one you are on is the hunter green and then when you hoover over the Contact it turns green as well. I would like to change this to either white or a different color (used in the footer that I was able to alter).

    2- In the Blog Post section (Called Latest News) when you click “Continue Reading” it has the green as well. I think this issue would be resolved if I could add the hoover code.

    3- The blog posts all have the default green for the links and I am unsure of the code to add to the css document to change that as well.
    http://kpetersondesigns.com/2015/10/28/hello-world/ (When you hoover they change black which is fine.)

    Thank you in advance. I have been searching for quite a while for answers and I found lots of code but it is from 2012 and nothing works. I was able to change the footer.

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