1. You could create a secondary menu and display it through widgets in your footer area. Depending how your theme is set up, you should have a widget area displayed in the footer. To this Widget area (Sidebar) you would add the Custom Menu widget, and select your secondary menu.
2. Currently there is no white text on white background on the site you linked. It doesn’t even have a menu, just a subscribe box.
Thank you for #1.
#2 – I have a maintenance page up for #2. I can take it down. Do you know a CSS code to change the text color?
Thanks
yes. It will be
color : #000;
but need to see where to attach it.
Ok thanks. I’m disabling my maintenance page for you to view the site. Please let me know. Thanks.
A few more things for CSS:
1 – I’m curious what to change in CSS for my blog titles to be black (they’re white at the moment).
2 – On my desktop version of my footer, the areas of [shop, product category, new on the blog, join our community] are not evenly spaced apart. New on the blog and join our community are very close together. What should I enter to change this?
3 – On my desktop version of my menu, how can I slightly bring these tabs a little closer together in CSS?
Thanks!
-
This reply was modified 9 years, 1 month ago by
semaystudio.
first of, in your custom css remove this
.entry-content a, .comment-content a {
color: #fff !important;
}
and change this
a.blog-more-link {
background: #000 none repeat scroll 0 0;
color: #FFF; /* ADD THIS LINE */
}
2. The columns are all equal wide, the text is just not equal wide.
3. you can change the column width by adding the following code, and changing the second value:
.site-footer .widget {
padding: 20px 20px;
}
Ok thank you!
1 – This worked. Now when I hilight over the title it turns orange. How can I keep this its same color?
2 – Ok thanks.
3 – This didn’t quite work. I’ve altered the second value with different numbers to bring the menu widths closer together. Sill nothing. Can you help here?
Thanks.
“Read more” on our blog is also hilighted in orange when I click on this. How can it remain white?
My image on my blog is also cut off. How can I change this?
Thanks.