Home Feature 14 Alignment & Background Color

Homepage Community Forums Epik Theme Support Home Feature 14 Alignment & Background Color

  • This topic has 5 replies, 2 voices, and was last updated 11 years ago by Wes.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4405
    golvwine
    Customer

      Hi,

      I’m noticing that the Home Feature 14 widget is center aligned. Is there a way to have it the same way as the other wide Home Feature areas like Home Feature 3?

      Also, is there a way for me to choose an alternative background color for this widget area?

      Paul

      #4409
      Wes
      Moderator

        Take a look around line 1678 for this –

        .home-feature-14 {
        	margin: 0;
        	text-align: center;
        	width: 100%;
        }

        ….and change “center” to “left

        #4415
        golvwine
        Customer

          OK thanks!

          Is there a way to change the background color? I need it to alternate to another color in order to look like the rest of the page.

          #4425
          Wes
          Moderator

            You would need to take a look in your home.php file and you’ll see this –

            genesis_widget_area( 'home-feature-14', array(
            	'before' => '<div id="home-feature-bg-alt"><div class="wrap"><div class="home-feature-14">',
            	'after' => '</div></div></div>',
            ) );

            …just create an ID in your css and change the ID above to the one you just created.

            #4441
            golvwine
            Customer

              OK thank you, I figured it out

              #4452
              Wes
              Moderator

                You’re Welcome

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Home Feature 14 Alignment & Background Color’ is closed to new replies.