Viewing 15 replies - 31 through 45 (of 55 total)
  • Thread Starter Liz

    (@elc95736)

    Ok that’s what I thought. I feel like I have two entries for the nav.button hover. Thank you

    For your last post…we need to change them both…normal view color and hover color…hover over your button and you will see what I mean…but don’t change anything yet…please…

    Thread Starter Liz

    (@elc95736)

    Okay, I won’t. But when I hover over the button is blue with white text. That’s what I want. Is that what you see?

    Okay…let’s take this one by one…

    In your custom css right now, you have:

    div.navbar li.menu-item.button a {
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 5px;
    }
    
    .navbar li.menu-item.button a {
    color: rgb(0, 153, 204);
    }

    Remove the second one and change color in the first to #0099CC

    Thread Starter Liz

    (@elc95736)

    Okay, done.

    Now we have duplicates again…don’t know what is going on…did you add new? or change existing?

    The problem with duplicates is the last one in the list will take control…

    Thread Starter Liz

    (@elc95736)

    I changed existing. You mean these?:

    .navbar .nav > li.button > a:hover,
    p input.pushbutton-wide: hover{
        color: rgb(0, 153, 204);
        border-color: rgb(0, 153, 204);
        background-color: white;
        color: #0099cc;
    }
    
    .navbar .nav > li.button:hover,
    .navbar .nav > li.button.current-menu-item{
        background-color: #0099cc;
        border-color: white;
        color: #0099cc;
    }

    No…the ones I listed above…

    What I am seeing is on line 281 and 377 in your custom css they are duplicates…and on line 353 my original code suggestion many posts ago…I don’t know how accurate these line numbers are…I have never used custom css, I use child theme stylesheet…

    yes and the codes in line 377 are the ones rendering out finally. I think it would be better to first find the last instance of the code and change the color value in that. or may be add the code by deputy05 to the end of the stylesheet.i am learning a lot from here, thank you deputy05.

    The best thing is to remove the duplicates…not add more than we need…

    Are you still with us elc95736? I haven’t scared you off yet?

    I see the duplicates are now gone…so if I can have you hold off, I’ll check on the hover issues…

    No deputy05 sir, elc95736 is working on the website i guess. i see the normal state is fixed. would love to see the hover state fixed too ??

    Thread Starter Liz

    (@elc95736)

    Haha no I’m just baffled. I mean I understand everything you’re saying but I feel like I’ve fixed it and yet it’s not working. I wish I could see exactly where you’re talking about but the line #s don’t match up when I look.

    sprasad82, I will look at it, but I need to know he is not actively changing things before I do…

Viewing 15 replies - 31 through 45 (of 55 total)
  • The topic ‘Changing the color of all the links’ is closed to new replies.