Changing horizontal rule colors on front page

Homepage Community Forums SquareOne Theme Support Changing horizontal rule colors on front page

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18009
    Allison
    Customer

      I successfully changed the background color of my front page section 2 from HEX #19c1ff but have been unable to solve my next problem. I’m attempting to change the color of my hr for this section from HEX #FFFFFF to #19c1ff. Advice?

      #18022
      Wes
      Moderator

        In the style.css it should be located around line 2219 –

        .home hr {
        	border: none;
        	border-top: 1px solid #fff;
        	display: block;
        	height: 1px;
        	margin: 20px auto 30px;
        	width: 120px;
        }

        If you’ve made changes to your css file then it may be on a different line.

        If you’re unable to find it, just send me a link to your site and I can find out where it’s located.

        #18098
        Allison
        Customer

          That worked – thanks so much! (Apologies for my belated reply.)

          #18109
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Changing horizontal rule colors on front page’ is closed to new replies.