BjScott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] how to change font colour in headerTry pasting each of these codes into your Custom CSS Stylesheet and see what you think:
This changes the Site Name to a dark gray
(If you want black change to #000;)/*Site Name Color*/ .site-title a { color: #666; display: block; max-width: 100%; }This changes the tagline to a dark gray
(If you want black change to #000;)/*Tagline/Slogan Color*/ .site-description { color: #666; }This changes the header background color. I also tried #C7D99E which looked nice too!
/*Background Color of Header*/ #header { background-color: #DEF2B0; }Forum: Themes and Templates
In reply to: [Attitude] Change Text Color in Menu and Home Page SloganFor the Slogan: This should change it to black. Did you put this into your Custom CSS Stylesheet?
/Change Slogan Wrap Color*/ .slogan-wrap { background-color: #000000; }Forum: Themes and Templates
In reply to: [Theme: Flat] Shifting Main Navigation Text to the LeftWhen I pull your site up in Chrome as well as FireFox I see “Contacts” just fine:
https://www.dropbox.com/s/pc0p9tfuqvh3kj0/Screenshot%202014-02-23%2015.36.29.png
Forum: Themes and Templates
In reply to: [Twentyfourteen] Remove Padding below headerHi! I looked at the Alaska Grow it page…
Try pasting this into your Custom CSS:/*Reduce space above post*/ .content-area, .content-sidebar { padding-top: 18px; }Let me know if that doesnt do it…
Forum: Themes and Templates
In reply to: Page title issue & Heading ColourYou are welcome– You are on the right track!
Forum: Themes and Templates
In reply to: [Sixteen] Change font color on the menuTry this: For Widget Heading Font colors, change where it is now #BLUE to the #color you want.(Choose Blue so it would be obvious where all it changes it!) If you want to change the color of the heading box around the text..change where it now says #100D0A;
/*Change Color of Widget Headings*/ #secondary .widget-title, #footer-sidebar .widget-title { background: none repeat scroll 0 0 #100D0A; color: #blue; }This will change the list of links of each catagory or blog to a red:
/*Change Widget Link Colors*/ #secondary a, #footer-sidebar a { color: #d25349; }Forum: Themes and Templates
In reply to: [Spine] Secondary menu. How do I decrease the # of entires?Aha! Well, you could get the 4 to stretch across by adjusting the left/right padding within each menu text. You might have to increase the text size as well in order to look better! Does that make sense? Play around with that and I think you’ll get the look you were going for!
Great website name!
Forum: Themes and Templates
In reply to: [Attitude] Change Text Color in Menu and Home Page SloganHow does this look? I pulled a couple colors from your header image.
you can change the colors to whateever of course, and if you don’t liek the bold of the menu font visited/hover, just delete the font-weight:bold; (leave ending bracket)You can paste this into your Custom CSS:
/*Change Visited Link color*/ #access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a { color: #5A5E39; font-weight: bold; }/*Change Slogan Wrap Color */ .slogan-wrap { background-color: #B6B073; }Forum: Themes and Templates
In reply to: menu doesn't show in the barHello! The gray bar is to be the background for your navigation menu…so are you wanting it moved down to your menu….or your menu up on the gray bar? Or just no gray period! 🙂
Forum: Themes and Templates
In reply to: [Customizr] remove bullets from listsThanks @electricfeet 🙂
Forum: Themes and Templates
In reply to: [Syntax] changing post background colour#lu5t — paste this into your Custom CSS –is this what you are looking to accomplish?
/*Change background of headings */
#primary.content-area {background:#33ffaa;}Forum: Themes and Templates
In reply to: [Customizr] Slider Text positionCan you post your site URL? Thanks!
Forum: Themes and Templates
In reply to: [Virtue] Logo Above the Top BarWithout seeing the site, its hard to help. BUT…yes, you should be able to upload an image as you mentioned.
For your menu text, you will have to look in your CSS for the current styling and then add your bold there.
Post your URL as soon as you have it, as we I quickly address your issues then!
Forum: Themes and Templates
In reply to: [Spine] Secondary menu. How do I decrease the # of entires?So you are wanting just a short navigation that is only as wide as the 4 buttons, not full width, correct?
Too bad I can’t get in to see the actual site. BUT, my first thought was to look in the CSS file & look for code for the navigation or menu that says width:100% ….and adjust that?Forum: Themes and Templates
In reply to: theme for e-commerceWooThemes has a few free themes that coordinate beautifully with their free e-commerce plugin “WooCommerce”. I’ve used them myself for an ecommerce site.