• hipandhealthykids

    (@hipandhealthykids)


    Hello,

    I’ve been looking at other threads and have tried many of the css coding to no avail. I noticed that the images I add to my posts have a border around them by default. I would like to add Custom CSS (not change the main file) to remove the borders on the post images.

    Hoping you experts can help. Thank you!

    Here’s a page as an example…As you can see there is a border around the 2 pictures of the article that is undesired.
    https://www.hipandhealthykid.com/jessicas-granola-giveaway/

Viewing 8 replies - 1 through 8 (of 8 total)
  • vtxyzzy

    (@vtxyzzy)

    That link does not work.

    Thread Starter hipandhealthykids

    (@hipandhealthykids)

    Sorry…I just migrated over to the new domain to go live yesterday. Here’s an example of the boxes around the 2 images in the post link attached:

    https://www.hipandhealthykids.com/jessicas-granola-giveaway/

    Thanks for looking into this!

    vtxyzzy

    (@vtxyzzy)

    You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try temporarily adding this to the end of your theme’s style.css:

    #main #content img { border: none; }

    To make it permanent, add it to the end of your child theme’s style.css.

    Thread Starter hipandhealthykids

    (@hipandhealthykids)

    Thank you. I tried that code you provided and nothing changed with the borders…Any other thoughts?

    Also thank you for providing information on the child theme. I am currently adding css to my custom css area of my theme, not changing the actual template code as (from what I understand) changing the background code would be problematic as new releases of the theme occur. I will read up on child theme.

    vtxyzzy

    (@vtxyzzy)

    I do not see the code anywhere. Which file did you add it to?

    Thread Starter hipandhealthykids

    (@hipandhealthykids)

    I added it to the custom css of my theme. You can see my code?

    vtxyzzy

    (@vtxyzzy)

    I can see the files that get downloaded to my browser. I cannot find the code I showed you, and it is not applied to the images.

    Try temporarily adding it to the end of style.css.

    Thread Starter hipandhealthykids

    (@hipandhealthykids)

    I added it to the end of the stylesheet (instead of the custom css the theme provided for changes) and it worked! Now I just need to keep this code on file b/c if the developers release a new version of the theme this will likely be overwritten, correct?

    Thank you vtxyzzy!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove Borders from Post Images’ is closed to new replies.