Forum Replies Created
-
AuthorPosts
-
you can modify the style.css of the child theme you’re using.
Ozzy Rodriguez | Twitter | Google+ | Facebook
i’m not seeing any shading. can you be more specific as to what image you’re talking about?
Ozzy Rodriguez | Twitter | Google+ | Facebook
hello tekgirl,
try adding this to your style.css:
.widget-area li li { border: none; }
Ozzy Rodriguez | Twitter | Google+ | Facebook
the line of code that comes with the theme is the following:
/** Add support for custom header */ add_theme_support( 'genesis-custom-header', array( 'width' => 960, 'height' => 120 ) );
i would imagine if you remove the extra stuff you have on that line, then you should be good as i don’t see an error in the fresh install of the theme.
Ozzy Rodriguez | Twitter | Google+ | Facebook
you can try putting this in your style.css:
.slider-post h1 { position: absolute; top: 45%; width: 50%; }you can mess with the top percentage to put it right where you want it vertically.
Ozzy Rodriguez | Twitter | Google+ | Facebook
find this line in your style sheet:
.header-image #title-area, .header-image #title, .header-image #title a {and change the width:300px to something like 600px.
increasing that width will make the widget on the right drop so you should change the width of #header .widget-area to auto and that should solve your issue.
Ozzy Rodriguez | Twitter | Google+ | Facebook
April 9, 2013 at 10:14 pm in reply to: Agency theme: How to change the color of the navigation menu? #34451looks like you figured it out without my help! good job!
Ozzy Rodriguez | Twitter | Google+ | Facebook
best way is to look at the end of a functions.php file that isn’t touched, like the one that originally came with the theme and look for the end.
Ozzy Rodriguez | Twitter | Google+ | Facebook
April 9, 2013 at 4:37 pm in reply to: Site looks fine in firefox — But it's all screwed up in Chrome, I.E. and Safari #34400can you disable all plugins and then re-activate the slider and see if it makes a difference?
Ozzy Rodriguez | Twitter | Google+ | Facebook
nice!
something cool to try so you don’t have to worry about the color difference when the background image runs out is adding
[CSS]background-attachment: fixed;[/CSS]
to the body rule.I like what you did with it, though!
Ozzy Rodriguez | Twitter | Google+ | Facebook
it could be a number of things causing the slowness, including your host.
i’d start by disabling plugins and seeing if that speeds it up any.
once it comes up, BEAUTIFUL SITE!
Ozzy Rodriguez | Twitter | Google+ | Facebook
April 9, 2013 at 4:14 pm in reply to: Site looks fine in firefox — But it's all screwed up in Chrome, I.E. and Safari #34387can you disable all of your caching plugins, both WP Super Cache and W3 Total Cache?
Ozzy Rodriguez | Twitter | Google+ | Facebook
-
AuthorPosts