Forum Replies Created

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

    (@x3voodoo)

    Thank you very much Shannon. I don’t know if this is a good idea or not, but at least I know that is faster than before (I had some bad scoring – 30-40/100 mobile vs desktop).
    So you suggest that is better to let it like that or not? (I am a newbie regarding the W3 Total Cache. (I just selected some options from a tutorial page (psdtuts).
    I also don’t have users on the blog. It’s only me, and the visitors ??

    Thread Starter x3voodoo

    (@x3voodoo)

    Thank you all! So instead of

    #nav-header ul:last-child li:last-child a {
    background: black;
    }

    will be

    #nav-header ul:last-child li:nth-child(3) a {
    background: black;
    }

    Thank you again.

    Thread Starter x3voodoo

    (@x3voodoo)

    Thank you very much. Very helpful. Now, for the ones who’ll need a similar idea: To change the background with other colors than Black and/or blue, I chose a color like: #36C1BD . Now, depends of the color you want to put. And, in this case was #nav-header, and I wanted to change the footer menu also, so I copied the same code, but I’ve change #nav-header with #nav-footer. Hope it helps for the ones like me ??

    Now, the last question, as I see the above code, “last-child”, I guess it means that the last button to have a specific color, but in case I want to have a different color on the third button, or fifth… how it will be named?

    Thank you again!

    Thread Starter x3voodoo

    (@x3voodoo)

    Here you go. I attached an image: https://i.imgur.com/aPLEKvM.jpg . something like this on the Shop button. And.. also, when you go with the cursor on top of the button, to be brighter. So, only the shop button part to have a different color than the rest of the menu.

    If you can tell me for the footer menu also, I will be happy ??

    Thank you in advance.

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