• Hello, when in the theme customizer:
    Home Page Settings -> Category Section -> Select Category Four

    I can easily change the category with the dropdown. The problem is I want to change the image associated with this section and do not know how to. Can you please direct me to where this image is located so I can replace it with my own image? Thanks!

    For reference the image looks like the image found here:
    https://ibb.co/eqgAqn

    Category_4_image

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter popnamez

    (@popnamez)

    Here is an example of me changing the category, again I just need help changing the image:
    https://ibb.co/eYqWwS

    Category_4_image_2

    Thanks!

    Thread Starter popnamez

    (@popnamez)

    Lastly, here is an example of the same image showing in the category 4 section direct from the raratheme.com demo page:

    https://ibb.co/jvufqn

    Category_4_image_3

    Thread Starter popnamez

    (@popnamez)

    I have managed a fix!

    1. I uploaded the desired image using filezilla to /wp-content/themes/metro-magazine/images/mydesiredimage.jpeg
    2. I went into style.css

    around line 1759 to 1766 I changed:

    .section-four .img-holder{
    	float: left;
    	width: 55%;
    	height: 885px;
    	background: url(images/img18.jpg) no-repeat;
    	background-size: cover;
    	position: relative;
    }

    changed to:

    
    .section-four .img-holder{
    	float: left;
    	width: 55%;
    	height: 885px;
    	background: url(images/mydesiredimage.jpeg) no-repeat;
    	background-size: cover;
    	position: relative;
    }

    This resulted in me being able to change the image, here is an picture of the change:
    https://ibb.co/jAHN37

    Category_4_image_4

    This fix is satisfactory to me, but if there is an easier method I would be pleased to hear it. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change image associated with Category Section 4’ is closed to new replies.