David_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Woocommerce Swatch Color & Drop Down Attributes!!!Might I suggest you go to WooCommerce support for this.
Forum: Fixing WordPress
In reply to: Theme & Page EditsLink to site would help.
Forum: Fixing WordPress
In reply to: Main menu headers are stacking instead of taking up all the spaceYou should create a child-theme or use a plugin for style changes. Here is one I use http://wordpress.org/plugins/simple-custom-css/
Forum: Fixing WordPress
In reply to: Can`t see text I writecheck the color of your text, is it white on white?
Forum: Fixing WordPress
In reply to: How to disable Search Box & Enter search term boxI take it there is nothing left in the PRIMARY SIDEBAR tab. You should try the theme support for your theme. http://wordpress.org/support/theme/modern-estate
Forum: Fixing WordPress
In reply to: How to disable Search Box & Enter search term boxCheck your widgets in the Appearance tab of your dashboard, if the search option is there remove it. Look at sidebar or right sidebar.
Forum: Themes and Templates
In reply to: [Customizr] Category title color changeI missed your snippet, guess you posted it at the same time I did, yours works great, exactly what I was looking for.
Thank You very much.
DForum: Themes and Templates
In reply to: [Customizr] Category title color changeYour right, it does change ALL the links. hmmm.
Forum: Themes and Templates
In reply to: [Customizr] Category title color changeNever mind, got it figured out. Here is what I used:
.tc-fade-hover-links a:not([class*=round-div]) { color: black; } .tc-fade-hover-links a:hover { color: red; }Forum: Themes and Templates
In reply to: [Customizr] Category title color changeThat one changed the archive title at the top, worked great on that. What I am trying to change is the clickable post titles to open up the individual posts.
Forum: Fixing WordPress
In reply to: Main menu headers are stacking instead of taking up all the spaceTry this, seemed to work.
.sf-menu > li > a { margin-left: 0px; }Forum: Fixing WordPress
In reply to: Remove Author from PostsHere is what you need.
.entry-meta, .entry-meta a, .entry-footer, .entry-footer a { display: none; }You should create a child-theme or if you aren’t going to do major customizations to your site you can use this plugin to enter your custom css code.
http://wordpress.org/plugins/simple-custom-css/Forum: Themes and Templates
In reply to: [Customizr] Child theme font settingOK thanks.
Forum: Themes and Templates
In reply to: [Customizr] Child theme font settingI got the color to work, but not the font with that 2nd snippet. But at least the color changed.
body.blog .entry-header .entry-title a { font-family: Love+Ya+Like+A+Sister !important; color: blue !important; }Forum: Themes and Templates
In reply to: [Customizr] Child theme font settingLet me give those a try.