Topic Resolution: Resolved
  • Closed
  • Per Nylén
    Spectator
    09.05.2016 at 19:22 #27475

    Hello!

    I have tried to change the color of the borders of images. When I use the short code for a table and put an image in one table the border turns brown on that image. I have tried to use Firebug to see the css code for that specific page, is that possible?
    I am using Evolve+ 2.6.2
    Please tell me what css code to use!

    http://nylenworkspace.se/werkstatt/

    Regards!

    Per Nylén

    PS Is it possible to upload attatchments? DS

    Roman
    Spectator
    Posts: 3147
    09.05.2016 at 20:12 #27482

    not sure if you meant this, but try Custom CSS:

    .entry-content img,
    .entry-content .wp-caption {
    background: brown;
    }

    attachments to our forums are not allowed, however you are allowed to link to them 😉

    Per Nylén
    Spectator
    Posts: 2
    09.05.2016 at 20:21 #27486

    Thanks, I now now where to change the color. /Per

    Per Nylén
    Spectator
    Posts: 2
    17.05.2016 at 22:07 #27788

    Hello again!
    After upgrading to 2.6.4 this code you gave does not work.

    .entry-content img,
    .entry-content .wp-caption {
    background: #ffffff;
    }
    It is still brown. Is there a new css for changing the table-color?
    Please look at: http://nylenworkspace.se/werkstatt/

    Regards

    Per Nylén

    Roman
    Spectator
    Posts: 3147
    17.05.2016 at 22:20 #27789

    what you need to change? table color or the image background?