Hello there!
I'm back once again with a new question!
To begin, my website is ShopCirca360.com, and here is the custom CSS I have in place so far, in case any of it interferes with what I'm trying to do:
.template-shop-single .product {
overflow: hidden;
clear: both;
}
.sub_menu {
position: relative;
z-index: 130;
font-size: 11px;
display: block;
float: none;
text-align: center;
width: 220px;
margin: 0 auto 10px auto;
}
.content .box {
background: rgba(255, 255, 255, .8);
}
.sidebar .box,
.sidebar #search-2,
.sidebar #socket {
background: #11a6b2 !important;
}
#top.page-id-40 .content .box {
width: 740px;
}
#top.page-id-43 .content .box {
width: 740px;
}
#top.page-id-46 .content .box {
width: 740px;
}
#top.page-id-49 .content .box {
width: 740px;
}
Finally, here is what I'm hoping to know:
To begin, I want to change the color of the Menu description text (The text under home, about, shop, blog, contact). Right now it is a light grey that is very difficult to read. I want that to be white.
Secondly, and I don't know if I'll need to do this, but if I do I'd like to know how:
Can I change the color of menu text? The Home. About, Shop, Blog, Contact buttons on the menu to the left, that is.
And lastly, I'd like to know how to change the font of the menu buttons without affecting the headlines on pages. I'd like to change this on their own without affecting anything else.
Thanks in advance for your help!














