Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: svg logo’s in header and transparant header. #1485566

    Hey Guenni007,
    The svg colors should be the same, you might have a good point on the classes though.
    When i delete the <defs> the other one suddenly shows up.
    I’ll dig deeper, in the meantime this is the url: <removed>

    Edit:
    I must have been sleeping with my eye’s open.
    In the fast proces of edeting the svg files i used the same template, this resulted in both files having the same ID (img1).

    Thank you for igniting the spark i needed to open my eyes!

    This one can be closed :)

    in reply to: svg logo’s in header and transparant header. #1485560

    Hey Rikard,

    I have changed the png of the transparent header logo to the svg one.
    Thanks in advance for looking :)

    in reply to: Product filter from demo #1485491

    Hey Mike,

    That makes so much sence, i should have tried that out.
    I have no further questions on the topic.

    Thank you, you are the man Mike!

    Kind regards,

    in reply to: border radius on images #1485431

    Hi there!

    I am not a moderator or in any way someone that works there. I am a customer just like you but i thought maybe i could give you some tips.

    The css you are looking for is this:

    element.style {
    border-radius: 50px;
    }

    The element.style needs to be changed to the img you want to do it to.

    if you would use:

    img {
    border-radius: 50px;
    }

    It should work on all images.
    You might need the !important code to overrule things.

    img {
    border-radius: 50px!important;
    }

    If this does not what you want, some mod can probably look at the problem more closely.

    PS; the 50px can be adjusted to how much of a radius you need.

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