• This is a bit embarrassing, but I have spent a couple hours on this stupid little problem and I can’t figure it out. How do I remove the gray frame, box like background around an image I insert into a page? Look at the image on my homepage, it has a gray frame around it that I think is pushing it out of alignment. I just want the picture with the caption text below it, WITHOUT a gray background “frame” around it.

    How do I do this? Thank you, very much, I’m tired of pulling my hair out over such a silly issue lol.

    My homepage:
    https://www.SunglowHydroponics.com/

    Oh, the theme is “Arras Theme”.

    My 2nd question, how do I edit the “About the Author” section title at the bottom of the page? Which file do I need to edit? I would rather it said something else other than “About the Author”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This may be the easiest solution for your theme. Find this in the style sheet:

    .wp-caption { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding-top: 4px; margin: 10px }

    Change #DDD – and – #F3F3F3, to #FFF

    Make a backup of your file first just in case, but that should change the image background and border to white, giving the illusion that it is not there while allowing you to keep the caption. You may also have an image alignment or size issue there too I noticed.

    As far as editing the author info, if it isn’t a theme option in the dashboard, you will have to dig around in the theme folder and find the .php or .txt file it is in and edit it manually.

    “About the Author” – appears to be referenced in at least 3 of the themes files:

    page.php, attachment.php, single.php.

    look for this:

    <h4><?php _e('About the Author', 'arras') ?></h4>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Turn off gray “frame” around images inserted into pages? Edit “about author”?’ is closed to new replies.