• I was wondering if anyone could help with this issue. When I post images on my blog, they always appear with a white border around them. I have searched for help for the theme I am using “Vostok Theme” but no luck. Any help will be greatly appreciated.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Remove this :

    border: solid #ddd 1px;

    in the style.css file of your theme ( located in wp-content/themes/vostok-white/style.css )

    Thread Starter ttype

    (@ttype)

    Hi Krainos, thank you for the fast reply. I have removed border: solid #ddd 1px; from wp-content/themes/vostok-white/style.css ) but no luck.

    Sorry, my answer was based on the light vostok theme. For you, it’s in wp-content/themes/vostok-theme/vostok/css/colors.css, line 105 :

    .post img {
        border: 5px solid #FFF;
    }

    Remove this line, or comment it out

    Thread Starter ttype

    (@ttype)

    Sorry to be a bother but I cannot locate the specified target. To get to that should I be going to editor/vostok-theme/style.css ? I do not see css/colors.css

    Are you saying it doesn’t show up from the editor menu in the admin panel?
    Make sure you selected the current theme in the drop-down list, on the top-right corner of the editor page. Sorry to insist, but there’s really no colors.css ?

    The file is here : https://threadedtype.com/blog/wp-content/themes/vostok-theme/vostok/css/colors.css.
    Do you have any ftp access to your host? Would be much easier.

    you can add the line:

    .post img { border: none; }

    at the end of style.css; it should overwrite the corresponding style which is in /css/colors.css
    (which you possibly cannot edit from within the ‘appearance’ ‘editor’)

    Thread Starter ttype

    (@ttype)

    This is all that is there.

    Thread Starter ttype

    (@ttype)

    This is all that is there.

    Templates
    404 Template
    (404.php)
    Archives
    (archive.php)
    Comments
    (comments.php)
    Footer
    (footer.php)
    Header
    (header.php)
    Main Index Template
    (index.php)
    Search Form
    (searchform.php)
    Search Results
    (search.php)
    Sidebar
    (sidebar.php)
    Single Post
    (single.php)
    Theme Functions
    (functions.php)
    Styles
    Stylesheet
    (style.css)

    Thread Starter ttype

    (@ttype)

    alchymyth that worked. Thank you so much. And Kraignos Thank You for being so patient with me.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Help with removing border from image posts.’ is closed to new replies.