Change Theme Color for Widgets
-
Hi Richie,
First, thanks for such a simple, yet, elegant theme. It works great.
Second, my apologies if this question has been asked. I’ve been all over the list of support topics and can’t find the answer to my question. If it’s there, please, forgive me for asking it again.
All I want to do is make a couple of very simple color changes to the sidebar: the font colors used in the widget; the color of the “search” button; and, the color of the separator bars. I’d like them all to be a darker blue (#0052A5). I just don’t know where to look to find the current color codes.
Thanks for your help.
-
add this to customizer->general->custom css
#right-sidebar h3.widget-title { border-bottom: 5px solid #0052A5; } #searchform input[type='submit'], #searchform input[type='button'], .search-form .search-submit { background: #0052A5 none; }Awesome!!! It worked perfectly! Thank you so very much.
I do have another question but, I’m not certain what to do here. Should I ask it here or make another post?
here should be fine.
Thank you.
Two small issues have arisen.
I’m working with a local installation of BuddyPress with your theme.
On the current “Home” page, just above the “Activity” page when logged into BP, I have been attempting to remove the “uncategorized” tag(?) above the phrase “Site-Wide Activity”. I can’t seem to get that to work.
Also, in the footer, I’m locating links to our company information (Terms of Service, Privacy Policy, About, Contact, etc.). All of the links are right aligned and I can’t find any way to center them in the footer. Is that custom CSS or is there something I’m simply not seeing?
Thank you so much for your patience.
i think you mean the primary menu, use your own custom menu in wp-admin->appeareance->menus->location->primary, should remove the uncategorize item in primary menu.
the footer link is suppose to be alignright to make room for the left item site detail like @copyright sitename.com.
If I use the primary menu won’t that simply duplicate the buddypress menu that I’m currently using?
Also, is there any way to split the footer into 3 parts, with each part adjustable so that I can left align the copyright, center my footer menu, and right align your attribution? Sort of like making the footer a table with 3 columns?
or you can hide the primary menu, add this to customizer->general->custom css
#main-navigation { display:none; }add this for footer alignment, try something like this
.footer-left {width:100%;float:left;display:block;text-align:center;} .footer-right {width:100%;float:left;display:block;text-align:center;} .footer-right .menu {width:300px;float:none;display:block;text-align:center;margin:0 auto;}Again, Thank you for you’re assistance.
The first piece of code worked.
The second, however, not quite. Although there is now a distinct separation: copyright on the left; menu in the center; attribution on the right; they appear as if they’re on different lines within the footer.
Copyright
Menu
AttributionIr doesn’t show on here. Won’t let me format it like it is on the footer.
Did I do something incorrectly?ok remove
.footer-left {width:100%;float:left;display:block;text-align:center;} .footer-right {width:100%;float:left;display:block;text-align:center;} .footer-right .menu {width:300px;float:none;display:block;text-align:center;margin:0 auto;}add add this, this is the best way for it to align..
.footer-left {width:30%;} .footer-right {width:68%;float:left;} .footer-right ul {float:left;}Sorry for taking so long to respond.
The foot issue has been solved for the most part. I don’t know if it’s the span or not but, the attribution continues to remain one line below the corpyright and the footer menu. Looks kind of weird but, it will work for now for my purposes.
In regard to the logo in the header, I have a space for the logo (you can see a square outlined) and now that I have the logo, itself, do I need to insert it’s location into the code (i.e., “source = ?”) or should it auto insert like the square outline did?
The topic ‘Change Theme Color for Widgets’ is closed to new replies.
