Profile image modification

  • I will like to make adjustments to the size of the circle profile image and play around with hover to change the image. What are codes to make adjustments to the circular profile image using css?

    The blog I need help with is: (visible only to logged in users)

  • Hello,

    You can use the following CSS to adjust the profile image size, by adjusting the max height and width numbers:

    #header .feature-img {
      max-height: 200px;
      max-width: 200px;
    }

    I’m unsure what you mean about “playing around with the hover”.. please clarify if you still need further assistance. Thanks!

    Emily

  • The topic ‘Profile image modification’ is closed to new replies.