Search Results for: css

Resizing the Responsive Slider – Agency

I’m trying to create a 400×300, centered responsive slider for the Agency theme. I reset the size to 400×300 and set all options to display no excerpts. I’m just creating a picture slider. Here’s my edited CSS: #home-slider { -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 2px #999; -webkit-box-shadow: 0 1px 2px #999; margin: 0 [...]

Help Styling Navigation Right Extras

Hi, I am using the following code to override the extras area: add_filter(‘genesis_nav_items’,’follow_icons’,10,2); add_filter(‘wp_nav_menu_items’,’follow_icons’,10,2); function follow_icons($menu, $args) { $args = (array)$args;    if ( $args['theme_location'] != ‘primary’ ) return $menu; $follow = ‘REPLACE_THIS_WITH_THE_TEXT_YOU_WANT’; return $menu.$follow; } I am unable to get it to float rignt, and I don’t know how to make it bold. I tried [...]

Remove Breadcrumb from one page

I am trying to remove breadcrumbs from one page using CSS. URL – http://annuityratesinstantly.com/johnson-form-page

How to use position:fixed with Genesis 2.0 header?

I’m experimenting with the Genesis 2.0 Beta and a child theme with a header/menu which remains pinned to the top of the browser display. I’ll likely need to use position:fixed in the css – but is it a simple drop-in for the #header code, or is something more complex required?    

Home #1 widget

Hello, This may be an easy question for some, but i have been unable to locate a suitable answer…This is for the Outreach theme running on the Genesis framework. I’d like www.assumptionchurch.org to  have a few tweaks… 1.  For the “Home #1″ and “Home #2″ widgets, i’d like to have text boxes that have their [...]

How to I create an email signup form on a landing page?

Hi there I have embedded an Aweber email signup form on my landing page (http://www.momgoesonline.com/about/), and would like to modify the design of the form to match my website. Ideally, I would like it to look the same as the form I created at the end of my posts (http://www.momgoesonline.com/hello-world/). This form was designed in [...]

eliminate in h1 tag with new css file

I was using the sample child theme version 14 that comes standard with Genesis. I upgraded to the version 1.8 of the sample child theme. I also switched to the css file that came with the 1.8 sample child theme. Now when I use an <h1> tag it inserts a <br> tag automatically. How can [...]

Override plugin css

Hello, I’ve run into this problems several times. I need to override the plugin css. I have found that including !important in the framework generally does not accomplish this. Is there an easy way to prioritize the child theme css over the plugin css. I’d like to avoid editing any plugin css for obvious reasons. [...]

HTML5 Starter Child Theme

Hey guys, I posted this over in design tips, but perhaps this area is a better home (sorry you can delete the other thread or combine). I just wanted to share my “HTML5 starter child theme” that makes use of the new add_theme_support( ‘genesis-html5′ ); feature. It includes a widgetized homepage, stripped down css supporting [...]

Too many problems with Genesis/Executive

First I had to find out how make shortcodes work in widgets – kind of vital for the creation of the Executive home page – information that I was unable to find on the Genesis website (thanks to braddalton for help). Now I find that page column shortcodes still aren’t working in the Home Top widget, [...]