Forum Replies Created

Viewing 15 replies - 31 through 45 (of 64 total)
  • Thread Starter saveongolf

    (@saveongolf)

    What would it be a problem with?

    Thread Starter saveongolf

    (@saveongolf)

    I don’t understand what you are saying? Can you be more specific please.

    Thread Starter saveongolf

    (@saveongolf)

    Hi and thanks for the response. It turns out the reason I couldn’t find where to change the description in WordPress was because the description wasn’t coming from wordpress but from the datafeed that was being displayed on the store front page. A friend figured it out and I went into “Datafeedr” and changed the meta tags there and it appears to have solved the issue. But thanks for checking it out for me!

    Thread Starter saveongolf

    (@saveongolf)

    Thanks…worked well!
    Can I add a new caveat? Is there a way to make the slider stop sliding once it goes through the first set of images?

    Thread Starter saveongolf

    (@saveongolf)

    You’ve helped me so many times now I feel like I know you! thanks. I did see that but don’t know how to get to the code to add it. I have the exact code from Bing Webmaster tools. (html), but don’t know how to get to the head section to add it. (how to get the html code at all.)

    Thread Starter saveongolf

    (@saveongolf)

    Update:
    Thanks for the help, I appreciate it. The code above was the code that was already in the custom css. I was trying to fix the carousel button that is red but was turning half green when rolled over. That above code was somehow messing with it. So I removed that code and the red button worked fine again. I went into snippets, found some code to fix the bottom buttons. They’re orange and not green, but that’s actually ok. So we’re done with this for now.

    Thanks for your help.

    Thread Starter saveongolf

    (@saveongolf)

    Hi. Thanks for the help! Not sure you understood what I was looking to do. I like the red button. But when you hover over it you get the green background with a sharp line though it. It used to transform to a different shade of red, which I liked.

    Something we added to make the bottom buttons green messed up the red one. Should I remove the code for the bottom buttons and see if that straightens out the red one and work from there? Or is there a quick fix to make the click background red like it was?

    I am no coder by any stretch. The part about there being a mix of items I need to sort out I’m not capable of! Should I use the top code or is that going to give me more issues or a green button?

    Thread Starter saveongolf

    (@saveongolf)

    Hi. I noticed a problem with the hover color of the slider link button that I didn’t see before. I think it might have something to do with code I added to change the color of the 3 “go” link buttons on the bottom of the page. When you hover over the red “compare now” button on the home page the background turns half green. Can you possibly look at the custom css code (all code added to site) below and tell me if something can be corrected? the site is https://saveongolf.net

    h1.entry-title{display: none}
    header .featurette-divider {
    display: none;
    }
    #view .pgr a { color: green; }

    .carousel-caption > .btn {
    background-color: #C30606;
    background-image: linear-gradient(to bottom, #E10707, #970505);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    }
    .carousel-caption > .btn:hover {
    background-color: #970505;
    }
    .navbar .nav > li > a {
    font-size: 16px;
    color: #777777;
    font-weight:bold;
    }

    .navbar .nav > li > a:first-letter {
    font-size: 17px;
    font-weight:bold;
    }
    .navbar-wrapper .navbar h2 {
    color: #045F40;
    float: right;
    font-style: normal;
    font-weight:bold;
    line-height: 16px;
    padding-right: 5px;
    text-align: right;
    }

    footer#footer {
    background: none repeat scroll 0 0 #045F40 ;
    border-top: 12px solid #E9EAEE;
    color: #FAFAFA !important;
    padding: 0;
    }
    .tc-header {
    border-bottom: 10px solid #045F40;
    }

    .btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #057A53;
    background-image: -moz-linear-gradient(top, #045F40, #045F40);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#045F40), to(#045F40));
    background-image: -webkit-linear-gradient(top, #045F40, #045F40);
    background-image: -o-linear-gradient(top, #045F40, #045F40);
    background-image: linear-gradient(to bottom, #045F40, #045F40);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff9db668′ , endColorstr=’#ff045F40′ , GradientType=0);
    border-color: #045F40 #045F40 #4b5a2b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #045F40;
    /* Darken IE7 buttons by default so they stand out more given they won’t have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-primary:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #057A53;
    background-image: -moz-linear-gradient(top, #057A53, #057A53);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#057A53), to(#057A53));
    background-image: -webkit-linear-gradient(top, #057A53, #057A53);
    background-image: -o-linear-gradient(top, #057A53, #057A53);
    background-image: linear-gradient(to bottom, #057A53, #057A53);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff9db668′ , endColorstr=’#ff045F40′ , GradientType=0);
    border-color: #057A53 #057A53 #4b5a2b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #057A53;
    /* Darken IE7 buttons by default so they stand out more given they won’t have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

    Thread Starter saveongolf

    (@saveongolf)

    Worked perfectly! Thanks very much! I really appreciate it.

    are you scrolling up and hitting update on the top right hand side before you close out?

    Thread Starter saveongolf

    (@saveongolf)

    You’re very kind to help out like this. However the code doesn’t give me the same looking color as the footer. Must be the gradients etc. Is there a way for me to have a solid color of #045F40 for the inactive button and have it change to #057A53 on hover? That’s all I need it to do. I’ve tried changing colors on all these codes and I can’t get it right. Doing way more than I need it to. Just want the button color to match the trim of the site and turn a little lighter when it’s hovered over or clicked.

    Thanks!

    Thread Starter saveongolf

    (@saveongolf)

    Hi, That’s a long snippet! ;0)

    Do I really need to add all of that code in order to change those 3 button colors from black to #045F40 ?

    If so, I really can’t make sense of all that code. There are a lot of gradient colors and background colors….my buttons don’t change when you hover over them. They are just black all the time. I don’t know which colors to change and which to leave alone. Can you guide me on this a little more?

    Thread Starter saveongolf

    (@saveongolf)

    That worked! Thanks very much.

    Thread Starter saveongolf

    (@saveongolf)

    getting the hang of it now! Still pretty clueless but getting the hang of it! thanks!

    Thread Starter saveongolf

    (@saveongolf)

    I’ve been fooling around with firebug and even with this great tool I’m pretty lost. I’m just trying to get the menu font to appear larger and nothing I change with firebug affects it. Very frustrating. I make changes and nothing happens. I can change the color of the font, that’s about it.

    Salsaturation…I tried adding the code to the custom css area and nothing changed. Is it supposed to work from there, or is that what the code is now and I’m supposed to change it to something else maybe?

    Thanks guys. You may want to punt with me on this, I’m not a coder by any stretch.

Viewing 15 replies - 31 through 45 (of 64 total)