• Hello together,

    I am using a very nice theme called Iconic One.

    I understand the most of the code and the css, but I don´t get it to work, that a picture in the sidebar (with the text widget) don`t get a border.

    Is this possible to get work?

    Greetings from Germany
    Robert

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lord_robi

    (@lord_robi)

    Sorry, my English sucks 😀 I hope you understand what I mean.

    You can use the custom style and add the code to disable the box-shadow.
    I don’t know the class, but I think it has to be “textwidget”. Try this and let me know if it works.

    .textwidget img
    {
      box-shadow: none;
    }

    Robert:

    1. Always post a link to your site so someone can take a look at it with a web debug tool.
    2. Learn to use a web debug tool like Firebug or Chrome Developer Tools. Then you’ll be able to see what CSS affects each web element by right-clicking and selecting Inspect element from the pop-up menu.
    3. If you have a question regarding a specific theme, post your question on their support forum, you’ll have a better chance of getting your question answered there. Here is the support forum for Iconic One.

    GebServ’s CSS should work; there’s no border property being set for images in the theme, although there’s a box-shadow property being set.

    Thread Starter lord_robi

    (@lord_robi)

    @geb Serv:
    Thank you very much. It works 🙂

    @crouchingbruin:
    Thank you for this information and the link 🙂

    By the way, here is the link, if you want to see the result.

    Thanks a lot 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Iconic One – Disable the border from a picture in the sidebar’ is closed to new replies.