WordPress HELP!!

Public Group active 1 year, 1 month ago

Image Borders with Atahualpa Theme

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14228

    Problem – controlling the border around images using Atahualpa

    #22170

    Hi Arne – I took a quick look at Atahualpa’s theme controls – there seems to be a section called “Style Images” – way down at the bottom.

    This contains the CSS for the borders around images in posts.

    I would try to change :
    border: solid 1px #dddddd;

    to something like:
    border: solid 0px #dddddd;
    which would make the border width 0, and invisible

    or even just get rid of that whole line. Let me know if that works. If not, there are a bunch of other alternatives.

    #22171

    Thanks Scott.
    I’ll post my issue on new/more relevant threads in the future.

    I changed border/padding/etc all to 0px. Problem solved.

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.