Changing First Picture on Homepage

Homepage Community Forums SquareOne Theme Support Changing First Picture on Homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11949
    Daniel
    Customer

      Hey Wes,

      Wanted to know if there was any other way to change the first pic on the homepage? I know you mentioned that we can do this in the CSS editor, but I’m not able to change my stylesheet because of permissions.

      Would love to change this but went through the codex on wordpress.org and it’s all a bit over my head.

      Thanks,

      -DKH

      #11972
      Wes
      Moderator

        Yes you can override it by adding this –

        .head-bg {
        	background-image: url(images/link_to_your_image.jpg) !important;
        }

        Just add that in your CSS editor (whichever editor your permissions will allow you to use).

        #11988
        Daniel
        Customer

          Nice, thanks!

          #12014
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Changing First Picture on Homepage’ is closed to new replies.