BjScott
Forum Replies Created
-
Hello! I’m assuming you are referring to changing the color of “We Create The Best Visualization Of Your Idea”?
(By the way…in your tagline there is a mis-spell…change “you” to “your” ??Try pasting this into your Custom CSS:
/*Change Tag Line Font Color*/
h2.site-description {
color: #5F9EA0;}Forum: Themes and Templates
In reply to: [Sugar and Spice] how to delete page titleHi Krisind—what is your site URL?
Forum: Themes and Templates
In reply to: Edit Copy in TitleMaybe read through the header.php or home.php and you’ll come across in the code where those 2 are at and can change them directly in there…
Good Luck!
Forum: Themes and Templates
In reply to: [Sixteen] Change font color on the menuHi! That is a cool template!
I like the red hyperlinks you have in your posts! Looks like you already fixed that!
I agree, the font color on the navigation is a bit dark…I picked up the gray from the train tracks…. try pasting this into your Custom CSS:
/*Change Color of Navigation Font*/
.main-navigation a {
color: #cdcfbb;
}Forum: Themes and Templates
In reply to: [Simpleo] Removing Pencil Icons From TitlesHello! Can you share your site URL? Thanks!
Forum: Themes and Templates
In reply to: [Syntax] changing post background colourCan you give me your sites to look at? Thanks!
Forum: Themes and Templates
In reply to: After-Footer CopyrightHello! I just looked at your site….do you mean you are wanting the background black and the text white, like the menu bar above it?
Forum: Themes and Templates
In reply to: [Customizr] remove bullets from listsThis should remove all those little arrows/indents….
Try pasting this into your Custom CSS :/*Remove Arrows and Indents on Widgets */
.widget.widget_archive li:before, .widget.widget_categories li:before, .widget.widget_calendar li:before, .widget.widget_pages li:before, .widget.widget_links li:before, .widget.widget_meta li:before, .widget.widget_recent_entries li:before, .widget.widget_recent_comments li:before, .widget.widget_nav_menu li:before, .widget.widget_rss li:before {
color: #F78C40;
left: -11px;
position: relative;
transition: left 0.2s ease 0s;
}Forum: Plugins
In reply to: [WooCommerce] background of body has disappeared!Did you figure it out? I saw the parchment paper (very cool by the way!) on both pages!
By the way…Gorgeous products! Bookmarked your page and liked your FB page!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce with existing themeOf course it’s preferable to use WooCommerce with a Woo Theme….However, I have used the WooCommerce plugin in sites done with Elegant Themes, and have had really good success.
Might be a couple tweaks to be done, but it is such an amazing plugin, I say go for it. Can’t hurt to try!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Chrome bug – menu messed upI just looked at your site with Chrome browser and it appears to look good. Did you still have an issue with it?
Forum: Plugins
In reply to: Woocommerce: Remove Post Metadata from Product Page HeaderWhat is the URL of the page that shows the problem?
Forum: Plugins
In reply to: Woocommerce: Remove Post Metadata from Product Page HeaderIm also using an Elegant Theme. Have you used Firebug to see where its originating from?
Forum: Plugins
In reply to: Woocommerce: Remove Post Metadata from Product Page HeaderI too have Woocommerce installed on a non-wootheme WP site, but my products don’t show that. I’ll keep looking on my site to see if I can figure it out.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form Background Issuein your style.css maybe try this:
input {background-color: #ffffff;}
Or if you want the form field to be maybe a real light gray instead of white:
input {background-color: #d3d3d3;}