Change .front-page-2 background color

Homepage Community Forums Aspire Theme Support Change .front-page-2 background color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18822
    dlstamos
    Customer

      I can change the background color for .front-page-2 .image-section but how do I change the color in the area around it?

      #18825
      Wes
      Moderator

        Take a look in your style.css file around line 1538 or search for this to change the color –

        .front-page-2 .image-section {
        	background: #fa5738;
        	padding: 60px 0 20px;
        }
        #18827
        dlstamos
        Customer

          I changed that and it didn’t affect anything and I just realized that it appears that the caching program I am using isn’t allowing me to see the changes. Argh. We decided to place the video in .front-page-2 and I would like the video to use almost all of the image area with an equal amount of space around the video. How would I change the CSS ect. to do this?

          http://www.learnthesword.universitymartialarts.com/

          #18830
          Wes
          Moderator

            First you’ll need to remove the width in front-page-2 from your css. By default it has a 1000px width on line 1548. It looks like this –

            
            .front-page-2 {
            	margin-left: auto;
            	margin-right: auto;
            	margin-top: -160px;
            	position: relative;
            	width: 1000px;
            }

            Did you see the other thread I replied in earlier today? I posted some code that you can add that should help remove the padding and fixed width.

            #18835
            dlstamos
            Customer

              I’m sorry but I did not see the other post?

              #18846
              Wes
              Moderator
              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.