Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Blog Section – Rounded Feature Image #3005
    JVmm
    Participant

    Guys, I’m sorry for flooding it here, but I just solved my own problem, so I’ll at least leave the solution here for posterity.

    The problem was I had to specify img on .ht-blog-thumbnail a{

    So the right way to make it would be:

    .ht-blog-thumbnail a img{
    border-radius: 100%;
    height: 310px;
    max-width: 310px;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%;
    }

    I hope I can help someone with that.

    in reply to: Blog Section – Rounded Feature Image #3003
    JVmm
    Participant

    So, I managed to do what I needed.

    The problem now is… When I get that done by adding:

    img {
    border-radius: 100%;
    height: 330px;
    max-width: 330px;
    vertical-align: middle;

    }

    My image on About Us got rounded too. So, is there any way I can save that image from getting rounded with the others?
    ————————————————-

    I figured I had to edit .ht-blog-thumbnail a{
    but when I put border-radius there, nothing happens. But by editing height and width I see only those Blog Section images being edited, so maybe I’m following the right track. I just don’t know why I cant edit border-radius.

    in reply to: Blog Section – Rounded Feature Image #3000
    JVmm
    Participant

    Ok, I could get it done by adding:

    img {
    border-radius: 100%;
    height: 330px;
    max-width: 330px;
    vertical-align: middle;

    }

    to the CSS. But now I get a white slider selectiong when I put the cursor on top of the image.
    Any clues about how to change that too?

    Thanks in advance.

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